[arch-commits] Commit in 0ad-data/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:52:38 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:52:38
  Author: felixonmars
Revision: 659897

archrelease: copy trunk to community-staging-any

Added:
  0ad-data/repos/community-staging-any/
  0ad-data/repos/community-staging-any/PKGBUILD
    (from rev 659896, 0ad-data/trunk/PKGBUILD)

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

Copied: 0ad-data/repos/community-staging-any/PKGBUILD (from rev 659896, 0ad-data/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 17:52:38 UTC (rev 659897)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: t3ddy  <t3ddy1988 "at" gmail {dot} com>
+# Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves at gmail.com>
+pkgname=0ad-data
+_pkgname=0ad
+pkgver=a23.1
+_pkgver=0.0.23b-alpha
+pkgrel=2
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game (data files)"
+arch=('any')
+url="http://play0ad.com/"
+license=('GPL2' 'CCPL')
+depends=()
+makedepends=()
+source=("https://releases.wildfiregames.com/0ad-${_pkgver}-unix-data.tar.xz")
+sha512sums=('d0515e44f575737a06f27c75c0a58a5229ead474ae6d48531142015548e5986145f895f95e0fa9209cf9085c7c431f4179ff2e70c1a532f61d1cb62c0a91bcfc')
+
+package(){
+  install -d "${pkgdir}/usr/share/${_pkgname}/data"
+
+  cp -r "${srcdir}/${_pkgname}-${_pkgver}/binaries/data" "${pkgdir}/usr/share/${_pkgname}"
+}



More information about the arch-commits mailing list