17 lines
503 B
Bash
17 lines
503 B
Bash
# Template file for 'minisign'
|
|
pkgname=minisign
|
|
version=0.10
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libsodium-devel"
|
|
short_desc="Simple tool to sign files and verify signatures"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://jedisct1.github.io/minisign"
|
|
distfiles="https://github.com/jedisct1/minisign/archive/${version}.tar.gz"
|
|
checksum=9fe40c2bd899a91f6b62a6ff3d469ece670f155307df50c2482ddd31337ab6da
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|