~alpine/aports

testing/lsix: new aport v2 APPLIED

Edd Salkield: 1
 testing/lsix: new aport

 1 files changed, 20 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4020/mbox | git am -3
Learn more about email & git

[PATCH v2] testing/lsix: new aport Export this patch

---
 testing/lsix/APKBUILD | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 testing/lsix/APKBUILD

diff --git a/testing/lsix/APKBUILD b/testing/lsix/APKBUILD
new file mode 100644
index 0000000000..f63d205c6f
--- /dev/null
+++ b/testing/lsix/APKBUILD
@@ -0,0 +1,20 @@
# Contributor: Edd Salkield <edd@salkield.uk>
# Maintainer: Edd Salkield <edd@salkield.uk>
pkgname=lsix
pkgver=1.8
pkgrel=0
pkgdesc="Preview thumbnails in the terminal using sixel graphics"
url="https://github.com/hackerb9/lsix"
arch="noarch"
license="GPL-3.0-only"
depends="bash imagemagick"
source="$pkgname-$pkgver.tar.gz::https://github.com/hackerb9/lsix/archive/refs/tags/$pkgver.tar.gz"
options="!check" # no upstream tests

package() {
	install -D -m755 ./lsix "$pkgdir"/usr/bin/lsix
}

sha512sums="
2bc670c408563923f28b291c6247e73a3e183e7ccd3b56f48065ce98f2703b62aa3f7287ef30ffffa05de91a22725a1986193800d75892db516a84a4f7a97d8a  lsix-1.8.tar.gz
"
-- 
2.35.1