void-packages/srcpkgs/minisign/template

19 lines
571 B
Bash

# Template file for 'minisign'
pkgname=minisign
version=0.11
revision=2
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="ISC"
homepage="https://jedisct1.github.io/minisign"
changelog="https://github.com/jedisct1/minisign/releases"
distfiles="https://github.com/jedisct1/minisign/archive/refs/tags/${version}.tar.gz"
checksum=74c2c78a1cd51a43a6c98f46a4eabefbc8668074ca9aa14115544276b663fc55
post_install() {
vlicense LICENSE
}