summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f8788d1d665c05f5289545935be4e93d832b224b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Alexandre Pujol <alexandre@pujol.io>

pkgname='shellshock'
pkgver=1.11
pkgrel=2
pkgdesc='A top-down space shooter written for Bash'
arch=('any')
url='http://www.dhampir.no'
license=('GPL2')
depends=('bash')
source=(https://dhampir.no/stuff/bash/shellshock)
sha512sums=('b62958014c404eece29983c0579a66fa34ad4904bb107d8bb695b8f3cca99a345525fb8cdae3937231c9a2f25ad98ecb6d5050d56ee4e06c44df3192fc415577')
_prefix=usr/bin

package() {
  cd "${srcdir}/"
  install -Dm0755 shellshock "${pkgdir}/${_prefix}/shellshock"
}