frok from rsync://littlefoxpro.xyz/repository/leaf

This commit is contained in:
2024-06-05 16:02:11 -04:00
commit b2a10ea78d
14 changed files with 1574 additions and 0 deletions

9
INSTALL.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
source leaf.conf
install -vdm755 $DIST_DIR $BUILD_DIR $PKGBUILD_DIR $TRACE_DIR $HOOK_DIR $BINARY_DIR $TEMP_DIR
touch $INSTALLED_PACKAGES
chmod -v 644 $INSTALLED_PACKAGES
install -vDm644 leaf.conf -t /etc
install -vDm755 leaf -t /usr/bin