New package: libasr-1.0.0.
This commit is contained in:
parent
42d732d49a
commit
4f21cdda25
|
@ -1882,4 +1882,4 @@ libmarblewidget.so.19 libmarble-4.14.3_1
|
|||
libastro.so.1 libmarble-4.14.3_1
|
||||
libparrot.so.6.9.0 parrot-6.9.0_1
|
||||
libkipi.so.11 libkipi-4.14.3_1
|
||||
|
||||
libasr.so.0 libasr-1.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libasr
|
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'libasr'
|
||||
pkgname=libasr
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="libressl-devel"
|
||||
short_desc="Simple and portable asynchronous resolver library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="ISC, BSD"
|
||||
homepage="https://www.opensmtpd.org/"
|
||||
distfiles="https://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
|
||||
checksum=fcb1d47981916a1a3cfcb971e8d0d34db2209026e029c84854e51719cac1922f
|
||||
|
||||
post_install() {
|
||||
vlicense LICENCE
|
||||
}
|
||||
|
||||
libasr-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue