18 lines
507 B
Bash
18 lines
507 B
Bash
# Template file for 'UEFITool'
|
|
pkgname=UEFITool
|
|
version=A75
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="qt6-base qt6-tools"
|
|
makedepends="qt6-declarative-devel"
|
|
short_desc="UEFI firmware image viewer and editor"
|
|
maintainer="0x5c <dev@0x5c.io>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/LongSoft/UEFITool/"
|
|
distfiles="https://github.com/LongSoft/UEFITool/archive/${version}.tar.gz"
|
|
checksum=f624ac80cdd716ed5e071d46f1516c84ce99b44fd5ce72663903c0a569c40770
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|