2025-01-21 21:24:57 -05:00

19 lines
571 B
Bash

# Template file for 'minisign'
pkgname=minisign
version=0.12
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="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=796dce1376f9bcb1a19ece729c075c47054364355fe0c0c1ebe5104d508c7db0
post_install() {
vlicense LICENSE
}