mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-01 00:42:03 +01:00
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
# Contributor: Oliver Smith <ollieparanoid@postmarketos.org>
|
|
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
|
pkgname=grml-zsh-config
|
|
_pkgname="grml-etc-core"
|
|
pkgver=0.19.5
|
|
pkgrel=0
|
|
pkgdesc="grml's zsh setup"
|
|
url="https://grml.org/zsh/"
|
|
arch="noarch"
|
|
license="GPL-2.0-only"
|
|
depends="zsh>=5.8.1-r1 zsh-vcs"
|
|
makedepends="txt2tags"
|
|
subpackages="$pkgname-doc"
|
|
source="$_pkgname-$pkgver.tar.gz::https://github.com/grml/grml-etc-core/archive/v$pkgver.tar.gz"
|
|
options="!check" # no tests
|
|
builddir="$srcdir/$_pkgname-$pkgver"
|
|
|
|
build() {
|
|
make -C doc
|
|
}
|
|
|
|
package() {
|
|
install -Dm644 etc/skel/.zshrc "$pkgdir"/etc/skel/.zshrc
|
|
install -Dm644 etc/zsh/keephack "$pkgdir"/etc/zsh/keephack
|
|
install -Dm644 etc/zsh/zshrc "$pkgdir"/etc/zsh/zshrc.d/grml-zsh-config.zsh
|
|
|
|
install -Dm644 doc/grmlzshrc.5 "$pkgdir"/usr/share/man/man5/grmlzshrc.5
|
|
ln -sf grmlzshrc.5.gz "$pkgdir"/usr/share/man/man5/grml-zsh-config.5.gz
|
|
}
|
|
|
|
sha512sums="
|
|
021afd04820a38d65e4c16c2c825d0fe628d7e8b04a6f5676cac1645f93356768813235bf1689706f1a86748fee3191190ec69be0be75ee1a77ffe297fcd7d40 grml-etc-core-0.19.5.tar.gz
|
|
"
|