# Contributor: Karel Kočí # Maintainer: Karel Kočí pkgname=shellrc pkgver=0.5.1 pkgrel=0 pkgdesc="Shell initialization files" url="https://git.cynerd.cz/shellrc/" arch="all" 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="zsh" "$builddir/install" --prefix "$pkgdir" --zsh --no-base } bash() { depends="bash" "$builddir/install" --prefix "$pkgdir" --bash --no-base } sha512sums="abcf8aec41e8d3334e120c6defa12bcb4481f8c96066a6a8d7190db27808a3165486d9d6d029d531202dc4fc85bbdca228fbbd93636679caf6b5565c75928495 shellrc-0.4.1.tar.gz"