[new package] "hummingbird" (lightweight init system)
This commit is contained in:
parent
98bb968e38
commit
94d1d4ca39
1 changed files with 12 additions and 0 deletions
12
hummingbird/Makefile
Normal file
12
hummingbird/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
prepare:
|
||||
git clone https://github.com/Sweets/hummingbird hummingbird
|
||||
cd hummingbird
|
||||
make
|
||||
make:
|
||||
make
|
||||
install:
|
||||
make install DESTDIR="${PREFIX}"
|
||||
uninstall:
|
||||
@echo "pkgmsg: hummingbird does not have a proper uninstall script"
|
||||
# we would need to rm -rf ${PREFIX}/usr/lib/hummingbird
|
||||
# and rm $(INSTALL) hummingbird "$(DESTDIR)/usr/bin/hummingbird" "$(DESTDIR)/usr/bin/shutdown" "$(DESTDIR)/usr/bin/reboot"
|
Loading…
Reference in a new issue