diff --git a/common/shlibs b/common/shlibs index 57e5bb18a7e..1cb49278c8f 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libasr-devel b/srcpkgs/libasr-devel new file mode 120000 index 00000000000..21378291837 --- /dev/null +++ b/srcpkgs/libasr-devel @@ -0,0 +1 @@ +libasr \ No newline at end of file diff --git a/srcpkgs/libasr/template b/srcpkgs/libasr/template new file mode 100644 index 00000000000..a2f1c197c44 --- /dev/null +++ b/srcpkgs/libasr/template @@ -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 " +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 + } +}