summaryrefslogtreecommitdiff
path: root/manualPorts/shutdownasap/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/shutdownasap/Pkgfile')
-rw-r--r--manualPorts/shutdownasap/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/manualPorts/shutdownasap/Pkgfile b/manualPorts/shutdownasap/Pkgfile
new file mode 100644
index 0000000..0db1857
--- /dev/null
+++ b/manualPorts/shutdownasap/Pkgfile
@@ -0,0 +1,18 @@
+# Description: simple script for shutdown waiting for certain processes and files to disapear
+# URL: https://opensources.eckner.net/?ls=shutdownasap
+# Maintainer: Erich Eckner, crux at eckner dot net
+
+name=shutdownasap
+version=0.7
+release=1
+source=("https://opensources.eckner.net/dl.php?dl=${name}-${version}")
+
+build() {
+
+ tar -xf *${name}-${version}
+ cd ${name}-${version}
+
+ make
+ make DESTDIR=$PKG install
+
+}