[arch-commits] Commit in performous-freesongs/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:55:44 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:55:44
  Author: felixonmars
Revision: 659034

archrelease: copy trunk to community-staging-any

Added:
  performous-freesongs/repos/community-staging-any/
  performous-freesongs/repos/community-staging-any/PKGBUILD
    (from rev 659033, performous-freesongs/trunk/PKGBUILD)

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

Copied: performous-freesongs/repos/community-staging-any/PKGBUILD (from rev 659033, performous-freesongs/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 15:55:44 UTC (rev 659034)
@@ -0,0 +1,21 @@
+# Maintainer : Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=performous-freesongs
+pkgver=20100713
+pkgrel=5
+pkgdesc="A collection of free songs for performous game"
+url="https://performous.org/songs.html"
+arch=('any')
+license=('GPL' 'CCPL')
+source=(https://sourceforge.net/projects/performous/files/ultrastar-songs-libre/3/ultrastar-songs-libre-3.zip \
+	https://sourceforge.net/projects/performous/files/ultrastar-songs-restricted/3/ultrastar-songs-restricted-3.zip \
+	https://sourceforge.net/projects/performous/files/ultrastar-songs-shearer/1/ultrastar-songs-shearer-1.zip)
+sha512sums=('820e3637a7b778c92ed1a8b925802134fa2146879b3e03e88cd412de5414635c90fe256dfaf984cfa3e8b07b7da8531dc3061b7c4e1bb4422127b469b2345e66'
+            '70b987fec3705d6610625c1f30a7ff683a51bb6b7ee3174609c80dc31c1bccdb23dcb2c6ae8154e1b1d9ef115b914e27e73925878a3c5460b997fdde813456b8'
+            'add9df22b78967fd6f19699e8569f976423e931a32ea7a62cfec2f94470b9120f05832560215a000ecec8dd65508b057fac8ac90efd3a768ed74ddced186a73b')
+
+package() {
+  install -d ${pkgdir}/usr/share/performous/songs
+  cp -r ${srcdir}/songs ${pkgdir}/usr/share/performous/songs
+}
+



More information about the arch-commits mailing list