Skip to content

Instantly share code, notes, and snippets.

@fionera
Created December 4, 2017 23:00
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 fionera/424e4a8496444785624b9077afe2a52b to your computer and use it in GitHub Desktop.
Save fionera/424e4a8496444785624b9077afe2a52b to your computer and use it in GitHub Desktop.
Wolfenstache
# Maintainer: fionera <fionera@fionera.de>
# Contributor: fionera <fionera@fionera.de>
# Submitter: fionera <fionera@fionera.de>
pkgname=wolfenstache
pkgver=0.1
pkgrel=1
pkgdesc='A parody of Wolfenstein 2: The New Colossus. '
arch=('i686' 'x86_64')
url='https://dancingengie.itch.io/wolfenstache'
license=('GPL3')
depends=('')
makedepends=('')
conflicts=('')
provides=('wolfenstache')
source=('Wolfenstache_Linux.zip')
md5sums=('64ab8a0424e0ff1519f3c06c2cfd9e7f')
build() {
rm "Wolfenstache_Linux.zip"
}
package() {
mkdir -p "$pkgdir/opt/wolfenstache"
mv "$srcdir/Wolf_NewCensorship_Data" "$pkgdir/opt/wolfenstache/Wolf_NewCensorship_Data"
mv "$srcdir/Wolf_NewCensorship.x86" "$pkgdir/opt/wolfenstache/Wolf_NewCensorship.x86"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment