summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9cf57be220a9ddb0a257d16acf7543a9e06726a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>

pkgname=obbrowser
pkgver=0.08
pkgrel=1

pkgdesc="Recursively browse the filesystem through openbox3 pipe menus. (with icons)"
url="https://trizenx.blogspot.com/2012/12/obbrowser.html"

arch=('any')
license=('GPL3')

depends=('perl>=5.14.0' 'perl-data-dump' 'gtk2-perl' 'perl-file-mimeinfo')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/trizen/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('639897c0c201fe5ae7bae5d10e2d57cd1610ecefe7e60a47b2f01c79401af179')

package() {
    cd "$pkgname-$pkgver"
    install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}