# Contributor: Karel Kočí # Maintainer: Karel Kočí pkgname=shellrc pkgver=0.7.1 pkgrel=1 pkgdesc="Shell initialization files" url="https://git.cynerd.cz/shellrc/" arch="noarch" license="GPL-3.0+" subpackages="$pkgname-zsh $pkgname-bash" source="https://git.cynerd.cz/shellrc/snapshot/$pkgname-$pkgver.tar.gz" options="!check" package() { "$builddir/install" --prefix "$pkgdir" } zsh() { depends="$pkgname zsh" "$builddir/install" --prefix "$subpkgdir" --zsh --no-base } bash() { depends="$pkgname bash" "$builddir/install" --prefix "$subpkgdir" --bash --no-base } sha512sums="fa3bb25f72accdb961c129cf040a721237a76d69c0c4234caa2bd7a72fc703dff66d8fa1bf0ecd89124919667eca3fcdd3ff8bb1052471699155e76c3a058ae4 shellrc-0.7.1.tar.gz"