diff --git a/srcpkgs/toggle-ht/template b/srcpkgs/toggle-ht/template new file mode 100644 index 00000000000..9ce1ab9a7bf --- /dev/null +++ b/srcpkgs/toggle-ht/template @@ -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 " +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 +}