diff --git a/srcpkgs/asahi-scripts/template b/srcpkgs/asahi-scripts/template new file mode 100644 index 00000000000000..9592c409347963 --- /dev/null +++ b/srcpkgs/asahi-scripts/template @@ -0,0 +1,20 @@ +# Template file for 'asahi-scripts' +pkgname=asahi-scripts +version=20220918.3 +revision=1 +archs="aarch64*" +# will switch back on next release +wrksrc=asahi-scripts-6d5d973faa51338fe2851dd671c124b43f0f533b +build_style=gnu-makefile +make_install_target=install +short_desc="Miscellaneous admin scripts for the Asahi Linux reference distro" +maintainer="dkwo " +license="MIT" +homepage="http://asahilinux.org" +# distfiles="https://github.com/AsahiLinux/asahi-scripts/archive/refs/tags/${version}.tar.gz" +distfiles="https://github.com/AsahiLinux/asahi-scripts/archive/6d5d973faa51338fe2851dd671c124b43f0f533b.tar.gz" +checksum=541672726b14ed33af1dc333f0071b2c61c11400b94432a02ca264d6374aface + +post_install() { + vlicense LICENSE +}