summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0a8131b6f2d4e5a65febd07e8d96c00014c6864c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Maxwell Anselm <silverhammermba+aur@gmail.com>

pkgname=gcs
pkgver=4.0.1
pkgrel=1
pkgdesc="An editor for building character sheets for the GURPS 4th Edition RPG system."
arch=('i686' 'x86_64')
url="http://gurpscharactersheet.com"
license=('MPL')
src="gcs-$pkgver-linux"
if test "$CARCH" == i686; then
src+='-32'
fi
source=("${src}.zip::http://sourceforge.net/projects/gcs-java/files/${src}.zip/download")
md5sums=('SKIP')

package() {
	cp ${src}/gcs $pkgdir/usr/bin
	mkdir $pkgdir/usr/share/gcs
	cp -r ${src}/{Library,support} $pkdir/usr/share/gcs/
}