contrib/cgroupfs-mount/Pkgfile
2015-02-17 11:09:04 +10:00

19 lines
499 B
Plaintext

# Description: Scripts to mount the cgroupfs hierarchy
# URL: https://github.com/tianon/cgroupfs-mount
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on: bash
name=cgroupfs-mount
version=1.1
release=2
source=(https://github.com/tianon/${name}/archive/${version}.tar.gz)
build() {
cd $name-$version
# Package
install -D -m 755 cgroupfs-mount $PKG/usr/bin/cgroupfs-mount
install -D -m 755 cgroupfs-umount $PKG/usr/bin/cgroupfs-umount
}