[arch-commits] Commit in webp-pixbuf-loader/repos (2 files)
Bruno Pagani
archange at archlinux.org
Tue Oct 20 17:01:52 UTC 2020
Date: Tuesday, October 20, 2020 @ 17:01:51
Author: archange
Revision: 727630
archrelease: copy trunk to community-x86_64
Added:
webp-pixbuf-loader/repos/community-x86_64/
webp-pixbuf-loader/repos/community-x86_64/PKGBUILD
(from rev 727629, webp-pixbuf-loader/trunk/PKGBUILD)
----------+
PKGBUILD | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Copied: webp-pixbuf-loader/repos/community-x86_64/PKGBUILD (from rev 727629, webp-pixbuf-loader/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2020-10-20 17:01:51 UTC (rev 727630)
@@ -0,0 +1,22 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=webp-pixbuf-loader
+pkgver=0.0.1
+pkgrel=4
+pkgdesc="WebM GDK Pixbuf Loader library"
+arch=(x86_64)
+url="https://github.com/aruiz/webp-pixbuf-loader"
+license=(LGPL)
+depends=(gdk-pixbuf2 libwebp)
+makedepends=(meson)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6729f23b276e17ea89d22b8128c47899bb5027be0de2b70e0a5112c09d5d7faf')
+
+build() {
+ arch-meson ${pkgname}-${pkgver} build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+}
More information about the arch-commits
mailing list