mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
clockspeed: only for x86, broken elsewhere
This commit is contained in:
parent
2e54061c8c
commit
c5c6dc81ce
1 changed files with 1 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
pkgname=clockspeed
|
pkgname=clockspeed
|
||||||
version=0.62
|
version=0.62
|
||||||
revision=4
|
revision=4
|
||||||
|
archs="x86_64* i686*"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="groff"
|
hostmakedepends="groff"
|
||||||
depends="sv-helper"
|
depends="sv-helper"
|
||||||
|
@ -13,8 +14,6 @@ homepage="http://cr.yp.to/clockspeed.html"
|
||||||
distfiles="http://cr.yp.to/clockspeed/clockspeed-${version}.tar.gz"
|
distfiles="http://cr.yp.to/clockspeed/clockspeed-${version}.tar.gz"
|
||||||
checksum=43539964c4b554794b2da760d138c5975cbc850f1c8ec2ee96f5dba66e0d9eed
|
checksum=43539964c4b554794b2da760d138c5975cbc850f1c8ec2ee96f5dba66e0d9eed
|
||||||
|
|
||||||
nocross="musl is fine, I did not recognize the errors cross compiling to arm"
|
|
||||||
|
|
||||||
system_accounts="clocksd"
|
system_accounts="clocksd"
|
||||||
clocksd_groups="nogroup"
|
clocksd_groups="nogroup"
|
||||||
clocksd_homedir="/var/lib/${pkgname}"
|
clocksd_homedir="/var/lib/${pkgname}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue