New package: asahi-firmware-0.7.9

This commit is contained in:
dkwo 2023-04-11 15:26:20 -04:00 committed by classabbyamp
parent e005b051a4
commit 43601c78dc

View file

@ -0,0 +1,17 @@
# Template file for 'asahi-firmware'
pkgname=asahi-firmware
version=0.7.9
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 lzfse"
short_desc="Asahi Linux firmware tools"
maintainer="dkwo <npiazza@disroot.org>"
license="MIT"
homepage="https://github.com/AsahiLinux/asahi-installer"
distfiles="https://github.com/AsahiLinux/asahi-installer/archive/refs/tags/v${version}.tar.gz"
checksum=b41f39360ce6cd6de299c4f25cd69718530a5619b16fb7a1eed666083bd909e1
post_install() {
vlicense LICENSE
}