aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/shfm/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/shfm/abuild')
-rw-r--r--repos/extra/shfm/abuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/repos/extra/shfm/abuild b/repos/extra/shfm/abuild
new file mode 100644
index 00000000..06ac9778
--- /dev/null
+++ b/repos/extra/shfm/abuild
@@ -0,0 +1,8 @@
+name=shfm
+version=0.4.2
+release=1
+source="https://github.com/dylanaraps/${name}/archive/${version}/${name}-${version}.tar.gz"
+
+build() {
+ install -Dm755 shfm $PKG/usr/bin/shfm
+}