16 lines
473 B
Bash
16 lines
473 B
Bash
# Template file for 'minisign'
|
|
pkgname=minisign
|
|
version=0.8
|
|
revision=1
|
|
build_style=cmake
|
|
makedepends="libsodium-devel"
|
|
short_desc="A simple tool to sign files and verify signatures"
|
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
|
license="MIT"
|
|
homepage="https://jedisct1.github.io/minisign"
|
|
distfiles="https://github.com/jedisct1/minisign/archive/${version}.tar.gz"
|
|
checksum=130eb5246076bc7ec42f13495a601382e566bb6733430d40a68de5e43a7f1082
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|