summaryrefslogtreecommitdiff
path: root/manualPorts/sl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/sl/Pkgfile')
-rw-r--r--manualPorts/sl/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/manualPorts/sl/Pkgfile b/manualPorts/sl/Pkgfile
new file mode 100644
index 0000000..2648643
--- /dev/null
+++ b/manualPorts/sl/Pkgfile
@@ -0,0 +1,20 @@
+# Description: SL (Steam Locomotive) runs across your terminal when you type "sl" as you meant to type "ls".
+# URL: https://github.com/mtoyoda/sl/
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Packager: #teatime (irc.kyber.io), teatime at kyber dot io
+
+name=sl
+version=5.02
+release=1
+source=(https://github.com/mtoyoda/$name/archive/$version.tar.gz)
+
+current() {
+ git-check-tag https://github.com/mtoyoda/sl/ ""
+}
+
+build() {
+ cd $name-$version
+ make
+ install -m 644 -D sl.1 $PKG/usr/share/man/man1/sl.1
+ install -m 755 -D sl $PKG/usr/bin/sl
+}