summaryrefslogtreecommitdiff
path: root/manualPorts/mounted/Pkgfile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
committerErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
commit14a8f5d3c7889f2046a008b1b1dc29f485ebb359 (patch)
tree644ebb60f7155dd5c139d233857684fbcd8546e6 /manualPorts/mounted/Pkgfile
downloadcrux-ports-14a8f5d3c7889f2046a008b1b1dc29f485ebb359.tar.xz
initial commit
Diffstat (limited to 'manualPorts/mounted/Pkgfile')
-rw-r--r--manualPorts/mounted/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/manualPorts/mounted/Pkgfile b/manualPorts/mounted/Pkgfile
new file mode 100644
index 0000000..c46ce9b
--- /dev/null
+++ b/manualPorts/mounted/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Wrapper for use by conky to show mounted partitions
+# URL: https://opensources.eckner.net/?ls=mounted
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Depends on: conky
+
+name=mounted
+version=0.1
+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
+
+}