18 lines
507 B
Bash
18 lines
507 B
Bash
# Template file for 'UEFITool'
|
|
pkgname=UEFITool
|
|
version=A68
|
|
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=aa4bc52105ab83e5b094de9b54b31d52a30ae1c0f3f1ce7930088fc412efe900
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|