[arch-commits] Commit in grml-zsh-config/repos (testing-any testing-any/PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Tue Jan 25 16:58:55 UTC 2022


    Date: Tuesday, January 25, 2022 @ 16:58:55
  Author: eworm
Revision: 435122

archrelease: copy trunk to testing-any

Added:
  grml-zsh-config/repos/testing-any/
  grml-zsh-config/repos/testing-any/PKGBUILD
    (from rev 435121, grml-zsh-config/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: grml-zsh-config/repos/testing-any/PKGBUILD (from rev 435121, grml-zsh-config/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2022-01-25 16:58:55 UTC (rev 435122)
@@ -0,0 +1,29 @@
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=grml-zsh-config
+pkgver=0.19.1
+pkgrel=1
+pkgdesc="grml's zsh setup"
+arch=('any')
+url='https://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz")
+sha256sums=('c8c42d8469116b403b512b7a5ffc680da98f454951fe26a8e04063ce8f7b99ae')
+
+build() {
+	cd "${srcdir}/grml-etc-core-${pkgver}/doc"
+	make
+}
+
+package() {
+	cd "${srcdir}/grml-etc-core-${pkgver}"
+	install -D -m644 etc/skel/.zshrc "${pkgdir}/etc/skel/.zshrc"
+	install -D -m644 etc/zsh/keephack "${pkgdir}/etc/zsh/keephack"
+	install -D -m644 etc/zsh/zshrc "${pkgdir}/etc/zsh/zshrc"
+
+	install -D -m644 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"
+}



More information about the arch-commits mailing list