aboutsummaryrefslogtreecommitdiffstats
path: root/community/urlscan/APKBUILD
blob: 4f9d739fadf2bd5204ff99f9f7a53bf88e20cb65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: Keith Maxwell <keith.maxwell@gmail.com>
# Maintainer: Keith Maxwell <keith.maxwell@gmail.com>
pkgname=urlscan
_pkgname=urlscan
pkgver=0.9.4
pkgrel=1
pkgdesc="Mutt and terminal url selector (similar to urlview)"
options="!check" # No testsuite
url="https://github.com/firecat53/urlscan"
arch="noarch"
license="GPL-2.0-or-later"
depends="python3 py3-urwid"
makedepends="py3-setuptools"
subpackages="$pkgname-doc"
source="https://files.pythonhosted.org/packages/source/u/$_pkgname/$_pkgname-$pkgver.tar.gz"

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="b13ec3f523f6d271cc22933131371d92e2c665daede9ce41fd2915092b93b2f03b3b8f83a1e4ef54cb5db8f385c911cf02de475851b123b81cae9c2280d6689b  urlscan-0.9.4.tar.gz"