aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/cgroupfs-mount/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-09-12 03:06:10 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-09-12 03:06:10 +0800
commita704e7673959fbc9264ace85fe2419a09bf13256 (patch)
treee359eb878d78b8d4b6193751a380aa1e1d12fb43 /repos/extra/cgroupfs-mount/abuild
parent975d1629ed889570d6f5601365aecee82e78bdef (diff)
downloadalicelinux-a704e7673959fbc9264ace85fe2419a09bf13256.tar.gz
alicelinux-a704e7673959fbc9264ace85fe2419a09bf13256.zip
cgroupfs-mount: new added
Diffstat (limited to 'repos/extra/cgroupfs-mount/abuild')
-rw-r--r--repos/extra/cgroupfs-mount/abuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/repos/extra/cgroupfs-mount/abuild b/repos/extra/cgroupfs-mount/abuild
new file mode 100644
index 00000000..4c29d098
--- /dev/null
+++ b/repos/extra/cgroupfs-mount/abuild
@@ -0,0 +1,9 @@
+name=cgroupfs-mount
+version=1.4
+release=1
+source="https://github.com/tianon/${name}/archive/${version}/${name}-${version}.tar.gz"
+
+build() {
+ install -D -m 755 cgroupfs-mount $PKG/usr/bin/cgroupfs-mount
+ install -D -m 755 cgroupfs-umount $PKG/usr/bin/cgroupfs-umount
+}