# Maintainer: exponential # Contributor: Jan Cholasta (AUR) pkgname=harmony-wad pkgver=1.1 pkgrel=0 pkgdesc="Harmony IWAD (game data)" arch=('all') url="http://heroestospare.com/rabotik/harmony.php" license=('custom') # At least one game engine optdepends=('drdteam-repo: repo for the engines bellow' 'gzdoom: game engine' 'lzdoom: fork of gzdoom for older hardware (alternative)') source=(http://www.evil-soft.com/Heretic/harmonyv${pkgver}.zip) b2sums=('0bd2cf36ff508dbf971dc35e3b597f8c2b3076b3032b8c23016effa6f440024a6ec81e598bd55d1c261c60755bb61df15bf53e73ab118c4f48aa8c9cda0df264') package() { cd "harmony v${pkgver}" install -Dm644 harm1.wad "$pkgdir/usr/share/games/doom/harm1.wad" # doc install -Dm644 Harmony.txt "$pkgdir/usr/share/doc/$pkgname/Harmony.txt" install -Dm644 other-files/sounds.txt "$pkgdir/usr/share/doc/$pkgname/sounds.txt" }