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