void-packages/srcpkgs/cpuset/template

20 lines
615 B
Bash
Raw Normal View History

2018-07-15 12:02:08 +02:00
# Template file for 'cpuset'
pkgname=cpuset
2018-12-11 11:15:27 +01:00
version=1.6
revision=1
2018-07-15 12:02:08 +02:00
noarch=yes
build_style=python3-module
pycompile_module="cpuset"
2018-07-15 12:02:08 +02:00
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-only"
2018-07-15 12:02:08 +02:00
homepage="https://github.com/lpechacek/cpuset"
distfiles="https://github.com/lpechacek/cpuset/archive/v${version}.tar.gz"
2018-12-11 11:15:27 +01:00
checksum=61702a7ad9acb9f0ff30abd37cc74dbae52095f265a89aacee99f42a61ac2512
2018-07-15 12:02:08 +02:00
post_extract() {
sed -i 's|share/doc/packages/cpuset|share/doc/cpuset|' setup.py
}