20 lines
598 B
Bash
20 lines
598 B
Bash
# Template file for 'ecdsautils'
|
|
pkgname=ecdsautils
|
|
version=0.4.0
|
|
revision=1
|
|
_commit=07538893fb6c2a9539678c45f9dbbf1e4f222b46
|
|
wrksrc="${pkgname}-${_commit}"
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libuecc-devel"
|
|
short_desc="Tiny collection of programs used for ECDSA"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="BSD-2-Clause, MIT"
|
|
homepage="https://github.com/tcatm/ecdsautils"
|
|
distfiles="https://github.com/tcatm/ecdsautils/archive/${_commit}.tar.gz"
|
|
checksum=f244eda4dc55dcf16b687ed9fd1935500569e2e1a7d02873e6d1bcb5df418026
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|