[arch-commits] Commit in libmicrodns/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Sep 24 21:37:39 UTC 2020


    Date: Thursday, September 24, 2020 @ 21:37:39
  Author: anthraxx
Revision: 396499

archrelease: copy trunk to staging-x86_64

Added:
  libmicrodns/repos/staging-x86_64/
  libmicrodns/repos/staging-x86_64/PKGBUILD
    (from rev 396498, libmicrodns/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: libmicrodns/repos/staging-x86_64/PKGBUILD (from rev 396498, libmicrodns/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-09-24 21:37:39 UTC (rev 396499)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Niklas <dev at n1klas.net>
+
+pkgname=libmicrodns
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Minimal mDNS resolver library'
+url='https://github.com/videolabs/libmicrodns'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=('meson')
+provides=('libmicrodns.so')
+source=(https://github.com/videolabs/libmicrodns/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('6389ad9edaf1af7c831e8c05e4800964b13cf0eed2063fa3675e7b87c49428ae7b68ac4ed1e742ed5d46ea3ded190e3de076e73ebf167422505257d7b1a03e25')
+b2sums=('d58cd4e91334187b4ffe54063586d24f02d705f183e41c5edd3220c7cae137294fa3728daaf66e3d43c9e4ee031e6b87e7b4c5e1852a36486cb5495d6680f70a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  arch-meson build
+  ninja -C build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list