contrib/cgroupfs-mount/Pkgfile

17 lines
527 B
Plaintext
Raw Normal View History

2016-05-14 20:50:12 +02:00
# Description: Scripts to mount the cgroupfs hierarchy
# URL: https://github.com/tianon/cgroupfs-mount
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: James Mills, prologic at shortcircuit dot net dot au
name=cgroupfs-mount
2017-05-08 00:15:41 +02:00
version=1.4
release=1
2019-04-10 00:46:46 +02:00
source=(https://github.com/tianon/${name}/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
install -D -m 755 cgroupfs-mount $PKG/usr/bin/cgroupfs-mount
install -D -m 755 cgroupfs-umount $PKG/usr/bin/cgroupfs-umount
}