summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 66a03377217f3566cd761a8b384715567f98ab87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Jan Cholasta <grubber at grubber cz>
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>

pkgname=hexen1-wad
pkgver=1.1
pkgrel=1
pkgdesc="The Hexen 1 Demo IWAD (game data)"
arch=('any')
url="http://hhexen.sourceforge.net/"
license=('unknown')
source=(http://downloads.sourceforge.net/hhexen/hexen_demo_wad_$pkgver.tgz)
sha256sums=('08e9b57ce9111be04f8b7fa7fc98bd8ecb2af58914497d9a726f610377c406fc')

package() {
  install -Dm644 hexen.wad "$pkgdir/usr/share/doom/hexen.wad"
}