# Contributor: Karel Kočí # Maintainer: Karel Kočí pkgname=shellrc pkgver=0.8.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 prompt.sh " options="!check" package() { "$builddir/install" --prefix "$pkgdir" install -Dm644 "$srcdir"/prompt.sh "$pkgdir/etc/profile.d/prompt.sh" } zsh() { depends="$pkgname zsh" "$builddir/install" --prefix "$subpkgdir" --zsh --no-base } bash() { depends="$pkgname bash" "$builddir/install" --prefix "$subpkgdir" --bash --no-base } sha512sums="53c6dcbad7ea79221fdda61b51441f65e37a431d877c834e4fcf1a0dd1211362dddf3d863de793e49b0077eb52110d4423e184d75fd32c9715f84c9adc0628c9 shellrc-0.8.1.tar.gz 9924b42d35827c273a3db8f76536d80128f3b9e35c3b7876cfd1dd808e2d4f1a58f09806fbbddd2ea3af07f6f94ae03e9a344f4f45b2760bb5e4ab6d8c68af1b prompt.sh"