summaryrefslogtreecommitdiff
path: root/manualPorts/fpc-src-ewetools/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/fpc-src-ewetools/Pkgfile')
-rw-r--r--manualPorts/fpc-src-ewetools/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/manualPorts/fpc-src-ewetools/Pkgfile b/manualPorts/fpc-src-ewetools/Pkgfile
new file mode 100644
index 0000000..c919e24
--- /dev/null
+++ b/manualPorts/fpc-src-ewetools/Pkgfile
@@ -0,0 +1,18 @@
+# Description: fpc sources of some useful tools
+# URL: https://opensources.eckner.net/?ls=units
+# Maintainer: Erich Eckner, crux at eckner dot net
+
+name=fpc-src-ewetools
+remName=units
+version=0.2.2
+release=1
+source=("https://opensources.eckner.net/dl.php?dl=${remName}-${version}")
+
+build() {
+
+ tar -xf *${remName}-${version}
+ cd ${remName}-${version}
+
+ make DESTDIR=$PKG install
+
+}