19 lines
572 B
Bash
19 lines
572 B
Bash
|
# 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
|
||
|
}
|