summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bf86769ee15f1e2d0a967e21de32960f4a4d4ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Jon Gjengset <jon@thesquareplanet.com>, Saren Arterius <saren@wtako.net>
pkgname=cpuset
pkgver=1.5.7
pkgrel=2
pkgdesc="Cpuset is a Python application to make using the cpusets facilities in the Linux kernel easier."
arch=('any')
url="https://github.com/lpechacek/cpuset/"
license=('GPL2')
depends=('python2')
options=('!emptydirs')
source=("https://github.com/lpechacek/cpuset/archive/v${pkgver}.tar.gz")
md5sums=('6ad79b26ba03f559604d74513cc34392')

package() {
	cd "$srcdir/$pkgname-$pkgver"
	python2 setup.py install --root="$pkgdir/" --optimize=1
}