mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: toggle-ht-0.5.2
This commit is contained in:
parent
3003f1c078
commit
40b952413a
1 changed files with 18 additions and 0 deletions
18
srcpkgs/toggle-ht/template
Normal file
18
srcpkgs/toggle-ht/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'toggle-ht'
|
||||||
|
pkgname=toggle-ht
|
||||||
|
version=0.5.2
|
||||||
|
revision=1
|
||||||
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
|
depends="bash coreutils"
|
||||||
|
short_desc="Toggle hyperthreading on x86 systems"
|
||||||
|
maintainer="Andy Weidenbaum <archbaum@gmail.com>"
|
||||||
|
license="Unlicense"
|
||||||
|
homepage="https://github.com/atweiden/toggle-ht"
|
||||||
|
distfiles="https://github.com/atweiden/toggle-ht/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=6a5658a457056f29ba1ee5873dfd43fa06698bf801b764dbc62d18af4eb7a9c6
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin toggle-ht
|
||||||
|
vlicense UNLICENSE
|
||||||
|
vdoc README.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue