mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
28 lines
809 B
Plaintext
28 lines
809 B
Plaintext
# Contributor: Keith Maxwell <keith.maxwell@gmail.com>
|
|
# Maintainer: Keith Maxwell <keith.maxwell@gmail.com>
|
|
pkgname=urlscan
|
|
_pkgname=urlscan
|
|
pkgver=0.9.10
|
|
pkgrel=2
|
|
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 $pkgname-pyc"
|
|
source="https://files.pythonhosted.org/packages/source/u/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --skip-build --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
8eb152b83d1f39f776d9a42ef375f80cce2348a59f74dd9a80862c0d756f6ffe5992f61fe5d89fc675fdb4e2d8661b7c7b4744d3908df4e3888b8ec36d50eb1c urlscan-0.9.10.tar.gz
|
|
"
|