Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 5050C783106 for ; Sun, 10 Apr 2022 14:34:47 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=salkield.uk; s=key1; t=1649600851; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Zg/eeCP9eqg18We2v5vREytmS63SF2vPgYFKr7LPWTc=; b=IRSwxCw0zMu6vyG934OI/wxnBGjeheK0ZOJe4a0AxSKRKPDh1lBhkm/aSMMQJNL0bD5xSU RWAoap592gDX2GFCZTFFqw4TSaJipe54Xfb7nXRphs20gfdfDyvwEVtJLW9bNMbNVKRgP6 sblEy4tkUTBFe3YQtbwKIHpE4RMge5g= From: Edd Salkield To: alpine-aports@lists.alpinelinux.org Cc: Edd Salkield Subject: [PATCH] new aport: testing/lsix Date: Sun, 10 Apr 2022 15:27:15 +0100 Message-Id: <20220410142714.5649-1-edd@salkield.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: salkield.uk --- 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..dfefcdbd51 --- /dev/null +++ b/testing/lsix/APKBUILD @@ -0,0 +1,20 @@ +# Contributor: Edd Salkield +# Maintainer: Edd Salkield +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="GPLv3" +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