19 lines
545 B
Bash
19 lines
545 B
Bash
# Template file for 'toggle-ht'
|
|
pkgname=toggle-ht
|
|
version=0.5.2
|
|
revision=1
|
|
archs="i686* x86_64*"
|
|
depends="bash coreutils"
|
|
short_desc="Toggle hyperthreading on x86 systems"
|
|
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
|
|
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
|
|
}
|