New package: monocypher-2.0.0
This commit is contained in:
parent
4e18b82f99
commit
8cd44f54c2
2 changed files with 28 additions and 0 deletions
srcpkgs
1
srcpkgs/monocypher-devel
Symbolic link
1
srcpkgs/monocypher-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
monocypher
|
27
srcpkgs/monocypher/template
Normal file
27
srcpkgs/monocypher/template
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'monocypher'
|
||||
pkgname=monocypher
|
||||
version=2.0.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Easy to use crypto library inspired by libsodium and TweetNaCl"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
homepage="https://monocypher.org"
|
||||
license="2-clause-BSD"
|
||||
distfiles="https://monocypher.org/download/monocypher-${version}.tar.gz"
|
||||
checksum=295514dd67cd277a9e96d83b18c102d8221ec4cf83977fca2de444947b126484
|
||||
|
||||
post_install() {
|
||||
vlicense LICENCE.md
|
||||
}
|
||||
|
||||
monocypher-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue