mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-16 19:16:42 +02:00
20 lines
632 B
Text
20 lines
632 B
Text
# Contributor: Edd Salkield <edd@salkield.uk>
|
|
# Maintainer: Edd Salkield <edd@salkield.uk>
|
|
pkgname=lsix
|
|
pkgver=1.8.2
|
|
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="https://github.com/hackerb9/lsix/archive/$pkgver/lsix-$pkgver.tar.gz"
|
|
options="!check" # no upstream tests
|
|
|
|
package() {
|
|
install -Dm755 lsix -t "$pkgdir"/usr/bin/
|
|
}
|
|
|
|
sha512sums="
|
|
735b1b052123aee2562a41f6aa3c386a0e1cc147e09add4b33092a68071ed95b8f77461a803e6a212ab445ba56ca37d0fed616296437c07235d38ac0c1ba06b8 lsix-1.8.2.tar.gz
|
|
"
|