blob: d1ffb5b9d4b6e143c867ede2c10baa688181de08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgname=shufti
pkgver=2.2
pkgrel=1
pkgdesc="shufti - the persistent image viewer"
arch=('any')
license=('AGPL3')
depends=('python-pyqt5')
source=("git+https://github.com/danboid/shufti.git")
md5sums=('SKIP')
package() {
cd "$srcdir/$pkgname"
mv shufti.py shufti
chmod +x shufti
install -Dm 755 {,"${pkgdir}"/usr/bin/}shufti
}
|