makedeb


the-legend-of-zelda-a-link-to-the-past-data 0-0


The Legend of Zelda: A Link to the Past, game assets, NOT included.

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for the-legend-of-zelda-a-link-to-the-past-data.

# Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
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"
}