void-packages/srcpkgs/minisign/template
2020-06-13 06:59:27 +02:00

17 lines
473 B
Bash

# Template file for 'minisign'
pkgname=minisign
version=0.9
revision=1
build_style=cmake
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=caa4b3dd314e065c6f387b2713f7603673e39a8a0b1a76f96ef6c9a5b845da0f
post_install() {
vlicense LICENSE
}