From 4047008597aa1199a3de6bc0f8fd6f15300a3f50 Mon Sep 17 00:00:00 2001 From: dkwo Date: Mon, 3 Oct 2022 16:05:41 -0400 Subject: [PATCH] New package: asahi-scripts --- srcpkgs/asahi-scripts/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/asahi-scripts/template diff --git a/srcpkgs/asahi-scripts/template b/srcpkgs/asahi-scripts/template new file mode 100644 index 00000000000000..6a73976c126082 --- /dev/null +++ b/srcpkgs/asahi-scripts/template @@ -0,0 +1,17 @@ +# Template file for 'asahi-scripts' +pkgname=asahi-scripts +version=20221026 +revision=1 +archs="aarch64*" +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" +checksum=4b8dbf3cfaa052a07545b6dc9ce5049cb84b09cd485ca77629a72ccff5894efc + +post_install() { + vlicense LICENSE +}