diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-26 10:48:02 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-26 10:48:02 -0400 |
| commit | 06fd4a903b11d06c66c51207883b0b8f1d4f2fb7 (patch) | |
| tree | 1d20efad6386edf655b4afaa3d98cdc2ef451092 /build/polybar | |
| parent | 03976ecac8e5b062936f692f45768da512d89421 (diff) | |
| download | dotfiles-06fd4a903b11d06c66c51207883b0b8f1d4f2fb7.tar.gz dotfiles-06fd4a903b11d06c66c51207883b0b8f1d4f2fb7.tar.xz | |
Add muslbuild, a small set of shell scripts to statically build a few things against musl libc
Diffstat (limited to 'build/polybar')
| -rwxr-xr-x | build/polybar | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/build/polybar b/build/polybar deleted file mode 100755 index 45120e0..0000000 --- a/build/polybar +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -set -e - -# Based off of -# https://github.com/polybar/polybar/wiki/Compiling - -git clean -fdx . -mkdir build -cd build -cmake .. -make -j$(nproc) -sudo make install |
