aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/fuse/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-12-13 07:53:12 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-12-13 07:53:12 +0800
commit9d98489120c93bf006ad16359cbc2d08072765dd (patch)
tree5acfb0b26dc1bd7d7570231be5ebe9176c984c60 /repos/extra/fuse/abuild
parent516c6e272e89e37b55a134cab27aca7db2d59115 (diff)
downloadalicelinux-9d98489120c93bf006ad16359cbc2d08072765dd.tar.gz
alicelinux-9d98489120c93bf006ad16359cbc2d08072765dd.zip
fuse: new added
Diffstat (limited to 'repos/extra/fuse/abuild')
-rwxr-xr-xrepos/extra/fuse/abuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/repos/extra/fuse/abuild b/repos/extra/fuse/abuild
new file mode 100755
index 00000000..ad8e1367
--- /dev/null
+++ b/repos/extra/fuse/abuild
@@ -0,0 +1,8 @@
+name=fuse
+version=3.16.2
+release=1
+source="https://github.com/lib$name/lib$name/releases/download/$name-$version/$name-$version.tar.gz"
+
+postbuild() {
+ rm -rf $PKG/dev $PKG/etc/init.d/
+}