# Maintainer: exponential pkgname=the-legend-of-zelda-a-link-to-the-past-data _pkgname=the-legend-of-zelda-a-link-to-the-past pkgver=0 pkgrel=0 pkgdesc="The Legend of Zelda: A Link to the Past, game assets, NOT included." arch=('all') license=('proprietairy') url="https://github.com/snesrev/zelda3" optdepends=('zelda3') source=("local://zelda3_assets.dat") b2sums=('a702398ab31e56a607ddbc71b7b85b29717a2679babb1b9b9f9d2a86284b137c5ce5acfd9cde6640d2b735d3377b9fa17ce3a257af5e3bdfbbd7a8ff2cdd39ec') package() { # folders install -dm755 "$pkgdir/usr/"share/{games/$_pkgname,doc/$pkgname} # install assets install -Dm644 zelda3_assets.dat "$pkgdir/usr/share/games/$_pkgname/" # doc echo 'assets of The Legend of Zelda: A Link to the Past copyright of Nitendo' > "$pkgdir/usr/share/doc/$pkgname/credits" }