[arch-commits] Commit in gstreamer-docs/repos (testing-any testing-any/PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Sep 12 01:17:23 UTC 2020


    Date: Saturday, September 12, 2020 @ 01:17:23
  Author: heftig
Revision: 395802

archrelease: copy trunk to testing-any

Added:
  gstreamer-docs/repos/testing-any/
  gstreamer-docs/repos/testing-any/PKGBUILD
    (from rev 395801, gstreamer-docs/trunk/PKGBUILD)

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

Copied: gstreamer-docs/repos/testing-any/PKGBUILD (from rev 395801, gstreamer-docs/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2020-09-12 01:17:23 UTC (rev 395802)
@@ -0,0 +1,22 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gstreamer-docs
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Multimedia graph framework - documentation"
+url="https://gstreamer.freedesktop.org/"
+arch=(any)
+license=(GPL3 LGPL custom:BSD custom:CC-BY-SA-4.0 custom:MIT custom:OPL)
+source=("https://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('aa79151a47a715d068efbd2204a56b552da282582df631820facd9219be9d174'
+            'SKIP')
+validpgpkeys=(D637032E45B8C6585B9456565D2EEE6F6F349D7C) # Tim Müller <tim at gstreamer-foundation.org>
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir/usr/share"
+  cp -a devhelp "$pkgdir/usr/share/devhelp"
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING LICENSE*
+}



More information about the arch-commits mailing list