mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
New package: asahi-scripts-20240822
This commit is contained in:
parent
43601c78dc
commit
91e3f1fa98
1 changed files with 21 additions and 0 deletions
21
srcpkgs/asahi-scripts/template
Normal file
21
srcpkgs/asahi-scripts/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'asahi-scripts'
|
||||||
|
pkgname=asahi-scripts
|
||||||
|
version=20240822
|
||||||
|
revision=1
|
||||||
|
archs="aarch64*"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_install_args="install-dracut install-mkinitcpio"
|
||||||
|
depends="asahi-firmware"
|
||||||
|
short_desc="Miscellaneous admin scripts for Apple silicon devices"
|
||||||
|
maintainer="dkwo <npiazza@disroot.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/AsahiLinux/asahi-scripts"
|
||||||
|
distfiles="https://github.com/AsahiLinux/asahi-scripts/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=24023903c1341d6867d9a2baa494bbae90ca27b6cf64fa19218ef87d471304fc
|
||||||
|
make_dirs="/usr/lib/firmware/vendor 0755 root root"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# config for m1n1, provided by that package
|
||||||
|
rm ${DESTDIR}/etc/m1n1.conf
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue