We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3def1a1 commit 77b0c56Copy full SHA for 77b0c56
1 file changed
srcpkgs/asahi-scripts/template
@@ -0,0 +1,20 @@
1
+# Template file for 'asahi-scripts'
2
+pkgname=asahi-scripts
3
+version=20220918.3
4
+revision=1
5
+archs="aarch64*"
6
+# will switch back on next release
7
+wrksrc=asahi-scripts-6d5d973faa51338fe2851dd671c124b43f0f533b
8
+build_style=gnu-makefile
9
+make_install_target=install
10
+short_desc="Miscellaneous admin scripts for the Asahi Linux reference distro"
11
+maintainer="dkwo <npiazza@disroot.org>"
12
+license="MIT"
13
+homepage="http://asahilinux.org"
14
+# distfiles="https://github.com/AsahiLinux/asahi-scripts/archive/refs/tags/${version}.tar.gz"
15
+distfiles="https://github.com/AsahiLinux/asahi-scripts/archive/6d5d973faa51338fe2851dd671c124b43f0f533b.tar.gz"
16
+checksum=541672726b14ed33af1dc333f0071b2c61c11400b94432a02ca264d6374aface
17
+
18
+post_install() {
19
+ vlicense LICENSE
20
+}
0 commit comments