OCaml 4.14.0 rebuild
[arch-packages.git] / gstreamer-docs / trunk / PKGBUILD
blob38bf96ed913c9e378cfae35d5a45f6ab4426f546
1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
3 pkgname=gstreamer-docs
4 pkgver=1.18.5
5 pkgrel=1
6 pkgdesc="Multimedia graph framework - documentation"
7 url="https://gstreamer.freedesktop.org/"
8 arch=(any)
9 license=(GPL3 LGPL custom:BSD custom:CC-BY-SA-4.0 custom:MIT custom:OPL)
10 source=("https://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc})
11 sha256sums=('b097d341b708a8727aca766f40d2420c8c797507793701dabe0df71f36ce78f7'
12             'SKIP')
13 validpgpkeys=(D637032E45B8C6585B9456565D2EEE6F6F349D7C) # Tim Müller <tim@gstreamer-foundation.org>
15 package() {
16   cd $pkgname-$pkgver
18   mkdir -p "$pkgdir/usr/share"
19   cp -a devhelp "$pkgdir/usr/share/devhelp"
21   install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING LICENSE*