Skip to content

Instantly share code, notes, and snippets.

@nerflad
Created January 20, 2018 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nerflad/0fd51e1e145a0d2eed342bd0bd4434d1 to your computer and use it in GitHub Desktop.
Save nerflad/0fd51e1e145a0d2eed342bd0bd4434d1 to your computer and use it in GitHub Desktop.
quake3-cpma-maps
# Contributor: Slash <demodevil5[at]yahoo[dot]com>
# Maintainer: Lukas Sabota [prg318] <LTsmooth42[at]gmail[dot]com>
pkgname=quake3-cpma-maps
pkgver=20180120
pkgrel=1
pkgdesc="Challenge ProMode Arena (CPMA) Official Mappack (Can be used in any Quake 3 Mod)."
url="http://playmorepromode.org"
license=('custom')
arch=('any')
depends=('quake3' 'quake3-cpma')
source=('http://playmorepromode.org/files/cpma-mappack-full.zip')
sha256sums=('5db933fc92c41f2e0941ab65725586d4d0c30fe84727427bb6b265e4d941a226')
package() {
# Create Destination Directories
install -d $pkgdir/opt/quake3/baseq3
# CPMA Maps
install -m 644 $srcdir/*.pk3 $pkgdir/opt/quake3/baseq3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment