22 lines
636 B
Bash
22 lines
636 B
Bash
# Template file for 'libuecc'
|
|
pkgname=libuecc
|
|
version=7
|
|
revision=1
|
|
build_style=cmake
|
|
short_desc="Very small Elliptic Curve Cryptography library"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="BSD"
|
|
homepage="https://git.universe-factory.net/libuecc"
|
|
distfiles="https://git.universe-factory.net/libuecc/snapshot/libuecc-${version}.tar"
|
|
checksum=0120aee869f56289204255ba81535369816655264dd018c63969bf35b71fd707
|
|
|
|
libuecc-devel_package() {
|
|
depends="libuecc>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|