contrib/cgroupfs-mount/Pkgfile

17 lines
514 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
version=1.1
2015-02-17 02:09:04 +01:00
release=2
source=(https://github.com/tianon/${name}/archive/${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
}