summaryrefslogtreecommitdiff
path: root/repo/envsubst/envsubst.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-05-17 17:01:27 +0100
committerdavidovski <david@davidovski.xyz>2023-05-17 17:01:27 +0100
commit0d37a1ef234c38b27faba43bc3a22f985d311deb (patch)
treedde8df9f508e7323c3d7df599ceade7705c40acd /repo/envsubst/envsubst.xibuild
parentf29d569cd33a73da5ad675f43a34ad53c5cc9bc6 (diff)
Remove all firmware
Diffstat (limited to 'repo/envsubst/envsubst.xibuild')
-rw-r--r--repo/envsubst/envsubst.xibuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/repo/envsubst/envsubst.xibuild b/repo/envsubst/envsubst.xibuild
new file mode 100644
index 0000000..f74a990
--- /dev/null
+++ b/repo/envsubst/envsubst.xibuild
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+NAME="envsubst"
+DESC="perform variable substitutions on input"
+
+MAKEDEPS=""
+
+PKG_VER=0.1
+SOURCE="https://distfiles.dereferenced.org/envsubst/envsubst-$PKG_VER.tar.xz"
+
+build() {
+ make
+}
+
+package() {
+ make DESTDIR="$PKG_DEST" prefix="/usr" install
+}
+