aboutsummaryrefslogtreecommitdiff
path: root/repos/wip/tinyramfs/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2026-03-13 00:04:27 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2026-03-13 00:04:27 +0800
commit9c5716a431e40ee2f942b933229ff25d3b6d5835 (patch)
tree6073cfb6a3e84a3292cd48e74a3e3cd8726209fa /repos/wip/tinyramfs/abuild
parentbd1670e1c515cc88d1908ed28c929585bae8a0f1 (diff)
downloadalicelinux-9c5716a431e40ee2f942b933229ff25d3b6d5835.tar.gz
alicelinux-9c5716a431e40ee2f942b933229ff25d3b6d5835.zip
added wip abuilds
Diffstat (limited to 'repos/wip/tinyramfs/abuild')
-rw-r--r--repos/wip/tinyramfs/abuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/repos/wip/tinyramfs/abuild b/repos/wip/tinyramfs/abuild
new file mode 100644
index 00000000..afba05b0
--- /dev/null
+++ b/repos/wip/tinyramfs/abuild
@@ -0,0 +1,9 @@
+name=tinyramfs
+version=0.3.0
+release=1
+source="https://github.com/illiliti/${name}/archive/${version}/${name}-${version}.tar.gz"
+
+build() {
+ sed 's|/lib/tinyramfs|/usr/lib/tinyramfs|g' -i tinyramfs
+ make DESTDIR=$PKG PREFIX=/usr install
+}