New package: toggle-ht-0.5.2

This commit is contained in:
Andy Weidenbaum 2018-11-06 14:11:56 -06:00 committed by maxice8
parent 3003f1c078
commit 40b952413a

View 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
}