void-packages/srcpkgs/asahi-firmware/template
2025-03-30 11:58:45 -04:00

18 lines
548 B
Bash

# Template file for 'asahi-firmware'
pkgname=asahi-firmware
version=0.7.9
revision=2
archs="aarch64*"
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
}