summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d61fad488a7d75b2953b46f1801ac2baeaaf0345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Jolly Roberts jolly.development@gmail.com
pkgname=icon-explorer
pkgver=v1.4
pkgrel=1
pkgdesc="A small utility to examine app icons for installed icon themes."
arch=('x86_64')
url="https://gitlab.com/JollyDevelopment/icon-explorer"
license=('GPL')
depends=('python>=3.0' 'python-natsort' 'gtk3')
replaces=('icon-explorer=1.0-2')
source=("https://gitlab.com/JollyDevelopment/icon-explorer/-/archive/v1.4/icon-explorer-v1.4.tar.gz")
md5sums=('1e0a719b78f8b704b92de063214d5551')
package() {
        cd "$pkgname-$pkgver"/app
        install -Dm755 "$pkgname" -t "$pkgdir/opt/$pkgname"
        cp -r helpers ui "$pkgdir/opt/$pkgname"
        install -Dm 644 Icon-Explorer.desktop  "$pkgdir/usr/share/applications/$pkgname.desktop"
}