summaryrefslogtreecommitdiff
path: root/shellrc/APKBUILD
blob: 32112c9a68e22fd65360648099c6880a3b87b22e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Contributor: Karel Kočí <cynerd@email.cz>
# Maintainer: Karel Kočí <cynerd@email.cz>
pkgname=shellrc
pkgver=0.5.2
pkgrel=0
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="zsh"
	"$builddir/install" --prefix "$subpkgdir" --zsh --no-base
}

bash() {
	depends="bash"
	"$builddir/install" --prefix "$subpkgdir" --bash --no-base
}

sha512sums="6680c6e83a1ace52e0e6d40f94c3673fdbee0ce4ea20652e05242bad510c753f296a67f356814e998d245205d906f5847b8b6c22eaa369956ce597308e63a811  shellrc-0.5.2.tar.gz"