summaryrefslogtreecommitdiff
path: root/shellrc/APKBUILD
blob: 0f40f3ec6a78f9150c5557980891988e52e4e072 (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.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 "$subpkgdir" --zsh --no-base
}

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

sha512sums="ebeee05b3eb0b1cbe854e14ea8f0864a97e13d4d95402ea41eb46e8dc8941a440057628209dc8f262baa0a076e5b2df6326c168a0fb2c0944d31c5a0181108fe  shellrc-0.5.1.tar.gz"