From 947d3f601d4f5f8a9f28e8b21fbeb743a58551ef Mon Sep 17 00:00:00 2001 From: dawidd6 Date: Thu, 29 Jun 2017 14:17:15 +0200 Subject: testing/zsh-syntax-highlighting: new aport https://github.com/zsh-users/zsh-syntax-highlighting Fish shell like syntax highlighting for Zsh --- testing/zsh-syntax-highlighting/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/zsh-syntax-highlighting/APKBUILD (limited to 'testing/zsh-syntax-highlighting/APKBUILD') diff --git a/testing/zsh-syntax-highlighting/APKBUILD b/testing/zsh-syntax-highlighting/APKBUILD new file mode 100644 index 0000000000..8f27518cd5 --- /dev/null +++ b/testing/zsh-syntax-highlighting/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Dawid Dziurla +# Maintainer: Dawid Dziurla +pkgname=zsh-syntax-highlighting +pkgver=0.5.0 +pkgrel=0 +pkgdesc="Fish shell like syntax highlighting for Zsh" +url="https://github.com/zsh-users/zsh-syntax-highlighting" +arch="noarch" +license="BSD-3" +depends="zsh" +subpackages="$pkgname-doc" +source="$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz" +builddir="$srcdir/$pkgname-$pkgver" +options="!check" # no tests + +build() { + cd "$builddir" + make +} + +package() { + cd "$builddir" + make install DESTDIR="$pkgdir" PREFIX="/usr" \ + SHARE_DIR="$pkgdir/usr/share/zsh/plugins/$pkgname" +} + +sha512sums="dd0dcb772add597eb6f04e9958fb960688a5a2e316d51792d573fbfe1fd43e5a63c0de2242f87837818f27d732d8872576978c950640c1d1eea92b7b01ae84b4 zsh-syntax-highlighting-0.5.0.tar.gz" -- cgit v1.2.3