New package: cpuset-1.6pre1 (#909)
This commit is contained in:
parent
5624888f89
commit
f7f91089f5
1 changed files with 18 additions and 0 deletions
18
srcpkgs/cpuset/template
Normal file
18
srcpkgs/cpuset/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'cpuset'
|
||||
pkgname=cpuset
|
||||
version=1.6pre1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-future"
|
||||
short_desc="Wrapper to make kernel cpusets facilities easier to use"
|
||||
maintainer="Simon Zelazny <zelazny@mailbox.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/lpechacek/cpuset"
|
||||
distfiles="https://github.com/lpechacek/cpuset/archive/v${version}.tar.gz"
|
||||
checksum=f05baaeef222265e12f6c890d19c841237fdc641ddcd21abf76b2a189d45a6ac
|
||||
|
||||
post_extract() {
|
||||
sed -i 's|share/doc/packages/cpuset|share/doc/cpuset|' setup.py
|
||||
}
|
Loading…
Reference in a new issue