void-packages/srcpkgs/cpuset/template

17 lines
555 B
Bash

# Template file for 'cpuset'
pkgname=cpuset
version=1.6.2
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
short_desc="Wrapper to make kernel cpusets facilities easier to use"
maintainer="Simon Zelazny <zelazny@mailbox.org>"
license="GPL-2.0-only"
homepage="https://github.com/SUSE/cpuset"
distfiles="https://github.com/SUSE/cpuset/archive/refs/tags/v${version}.tar.gz"
checksum=298187d07830c0308a35bbdc57daef22743f6300af1da5e780b45c7579ebf78b
post_extract() {
sed -i 's|share/doc/packages/cpuset|share/doc/cpuset|' setup.py
}