samdisk: fix version, add dependencies
This commit is contained in:
parent
0cd61af6bb
commit
37130e61d5
|
@ -1,14 +1,17 @@
|
|||
# Template file for 'samdisk'
|
||||
pkgname=samdisk
|
||||
version=20220725
|
||||
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/${version}/ChangeLog.txt"
|
||||
distfiles="https://github.com/simonowen/samdisk/archive/refs/tags/${version}.tar.gz"
|
||||
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() {
|
||||
|
|
Loading…
Reference in New Issue