# Maintainer: D. Can Celasun # Contributor: AlexanderR pkgname=junipersknot pkgver=1.0 pkgrel=4 pkgdesc="A short kinetic novel crafted in a month by Dischan, Juniper's Knot is a story told from dual perspectives: that of a demon and a boy." arch=('any') url="http://junipersknot.dischan.org/" license=('custom') depends=('renpy') options=(!strip) source=("JunipersKnot_en_1.0_lin.tar.bz2::https://dischan.co/downloads/JunipersKnot_en_1.0_lin.tar.bz2" dischan_JunipersKnot.desktop junipersknot junipersknot.png) md5sums=('3318de6e4c5952271961d757bdd5fddf' '672677a075b4ed04f4a3ca71f6c33808' '6b294591761f99d780a8e4d64848aba2' 'SKIP') build() { cd "$srcdir/Juniper's Knot-linux-x86" } package() { cd "$srcdir/Juniper's Knot-linux-x86" install -d "$pkgdir/usr/share/doc/$pkgname" install -m644 README.txt SOUNDCREDITS.txt "$pkgdir/usr/share/doc/$pkgname/" install -Dm755 "$srcdir"/${pkgname} "$pkgdir/usr/bin/${pkgname}" install -Dm644 "Juniper's Knot.py" "$pkgdir/usr/share/$pkgname/Juniper's Knot.py" install -Dm644 DISCHANLICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/DISCHANLICENSE.txt" install -Dm644 "$srcdir/junipersknot.png" "$pkgdir/usr/share/pixmaps/junipersknot.png" install -Dm644 "$srcdir/dischan_JunipersKnot.desktop" "$pkgdir/usr/share/applications/dischan_JunipersKnot.desktop" mv game "$pkgdir/usr/share/$pkgname" mv lib "$pkgdir/usr/share/$pkgname" mv common "$pkgdir/usr/share/$pkgname" mv renpy "$pkgdir/usr/share/$pkgname" }