20 lines
652 B
Bash
20 lines
652 B
Bash
# Template file for 'samdisk'
|
|
pkgname=samdisk
|
|
reverts="20220725_1"
|
|
_tag="20220725"
|
|
version="0.0.0.${_tag}"
|
|
revision=1
|
|
build_style=cmake
|
|
makedepends="bzip2-devel liblzma-devel libusb-devel zlib-devel"
|
|
short_desc="Disk image utility, specialising in copy-protected PC-compatible format"
|
|
maintainer="Piraty <mail@piraty.dev>"
|
|
license="MIT"
|
|
homepage="https://simonowen.com/samdisk/"
|
|
changelog="https://github.com/simonowen/samdisk/raw/${_tag}/ChangeLog.txt"
|
|
distfiles="https://github.com/simonowen/samdisk/archive/refs/tags/${_tag}.tar.gz"
|
|
checksum=5218f9dab0a86c7e80c51b0a9265c1e57ec5d4553011dc7169141ec291ce067e
|
|
|
|
post_install() {
|
|
vlicense License.txt
|
|
}
|