# Contributor: Karel Kočí # Maintainer: Karel Kočí pkgname=shellrc pkgver=0.8.0 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="b72a4fdc12e5e86dcd31efe932666e244e01f3b898fa7109fc00be27e90af2fc0148aab7e51a2dfcf985ef74f3b19ab83c924fd29c81ee9b32745ebd5cbd815e shellrc-0.8.0.tar.gz 9924b42d35827c273a3db8f76536d80128f3b9e35c3b7876cfd1dd808e2d4f1a58f09806fbbddd2ea3af07f6f94ae03e9a344f4f45b2760bb5e4ab6d8c68af1b prompt.sh"