[arch-commits] Commit in livecd-sounds/repos (community-any community-any/PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Oct 6 17:36:46 UTC 2020


    Date: Tuesday, October 6, 2020 @ 17:36:45
  Author: dvzrv
Revision: 719394

archrelease: copy trunk to community-any

Added:
  livecd-sounds/repos/community-any/
  livecd-sounds/repos/community-any/PKGBUILD
    (from rev 719393, livecd-sounds/trunk/PKGBUILD)

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

Copied: livecd-sounds/repos/community-any/PKGBUILD (from rev 719393, livecd-sounds/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-10-06 17:36:45 UTC (rev 719394)
@@ -0,0 +1,20 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=livecd-sounds
+pkgver=1.0
+pkgrel=1
+pkgdesc="Sound files for accessibility features in a boot medium"
+arch=('any')
+url="https://alex19ep.me/public/"
+license=('CCPL')
+source=("https://alex19ep.me/public/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha512sums=('d5b566f712c6f0f3342b2fc24f0a301df1a3fa6bd1fb31d82e3e8443a391cebe1a7d874c9fafc2a6238caba3aa60223e6f75a5a5282c3cfe2571af88d2bf0c42'
+            'SKIP')
+b2sums=('2f2a15d194b55f567ad8134dbf3949a3109cca536b05b3782c52b25427d9a23271ad9859af086c9ce25708bcd92d8eefce318839c6b121157272b4619b8cd67d'
+        'SKIP')
+validpgpkeys=('6C7F7F22E0152A6FD5728592DAD6F3056C897266') # Alexander Epaneshnikov <aarnaarn2 at gmail.com>
+
+package() {
+  install -vDm 644 *.wav -t "${pkgdir}/usr/share/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list