summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bc943a2fdacf4bcf0542bd68f352905432d9ad9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Jens L. NedregÄrd <jens@nedregard.net>
pkgname=lsix
pkgver=1.6.0
pkgrel=2
pkgdesc='Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.'
arch=("any")
url="https://github.com/hackerb9/lsix"
license=('GPL3')
depends=(imagemagick)
source=("https://raw.githubusercontent.com/hackerb9/$pkgname/$pkgver/$pkgname")
md5sums=('81c35c972f102d8b752ff063fc7cfbeb')

package() {
  install --mode=755 "$pkgname" -D "$pkgdir/usr/bin/$pkgname"
}