17 lines
473 B
Bash
17 lines
473 B
Bash
# Template file for 'minisign'
|
|
pkgname=minisign
|
|
version=0.7
|
|
revision=2
|
|
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=0c9f25ae647b6ba38cf7e6aea1da4e8fb20e1bc64ef0c679da737a38c8ad43ef
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|