makedeb


harmony-wad 1.1-0


Harmony IWAD (game data)

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for harmony-wad.

# Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
# Contributor: Jan Cholasta (AUR) <grubber at grubber cz>

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"
}