1
0

pschdir(1)

This commit is contained in:
dtb
2023-09-12 21:57:25 -04:00
parent 2eb1e26e8e
commit 51198e1ca2
3 changed files with 63 additions and 0 deletions

View File

@@ -57,6 +57,10 @@ dist/grammy.tmp/weather.com.png: dist/grammy.tmp
dist/ifpublic:
cp ifpublic/ifpublic dist/
dist/pschdir:
$(MAKE) -C pschdir
cp pschdir/pschdir dist/pschdir
dist/spacer.bin:
# creates an 8GB empty file
# that way when the alarm bells go off you can delete it to save a
@@ -97,6 +101,14 @@ $(PREFIX)/bin/bspwm:
git clone https://github.com/baskerville/bspwm.git $(PREFIX)/src/bspwm
$(MAKE) -C $(PREFIX)/src/bspwm install
# Installs the Python script without documentation because I'm lazy and don't
# wanna run the upstream Makefile and then deal with filtering out the Python
# stuff (which is specific to 3.6 which is a little outdated).
# depends on apk:git apk:python
$(PREFIX)/bin/git-filter-repo:
git clone https://github.com/newren/git-filter-repo.git $(PREFIX)/src/git-filter-repo
$(INSTALL) -Dm0755 $(PREFIX)/src/git-filter-repo/git-filter-repo $(PREFIX)/bin/git-filter-repo
# nmap 7.80 is the last Free nmap release
# depends on apk:linux-headers
# had to # ln -s /bin/gmake /usr/local/bin/make
@@ -134,6 +146,14 @@ $(PREFIX)/bin/scrot:
sh -c 'cd $(PREFIX)/src/scrot && ./autogen.sh && ./configure MAKE=$(MAKE) PREFIX=$(PREFIX)'
$(MAKE) -C $(PREFIX)/src/scrot install
# depends on
# apk:sudo
$(PREFIX)/src/wiringpi:
git clone https://github.com/WiringPi/WiringPi.git $(PREFIX)/src/wiringpi
git -C $(PREFIX)/src/wiringpi checkout final_official_2.50
sed -i .tmp -e /^sudo/d $(PREFIX)/src/wiringpi/build
sh -c 'cd $(PREFIX)/src/wiringpi; sudo=sudo ./build'
$(PREFIX)/bin/xdo:
git clone https://github.com/baskerville/xdo.git $(PREFIX)/src/xdo
$(MAKE) -C $(PREFIX)/src/xdo install