summaryrefslogtreecommitdiff
path: root/repo/stty/stty.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/stty/stty.xibuild')
-rw-r--r--repo/stty/stty.xibuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/repo/stty/stty.xibuild b/repo/stty/stty.xibuild
new file mode 100644
index 0000000..8fd431d
--- /dev/null
+++ b/repo/stty/stty.xibuild
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+MAKEDEPS="make sort"
+DEPS="musl sh"
+
+SOURCE=https://xi.davidovski.xyz/git/other/stty.git
+DESC="Stty forked"
+
+build () {
+ meson --prefix=/usr build
+ ninja -C build
+}
+
+package () {
+ DESTDIR=$PKG_DEST ninja -C build install
+}