21 lines
810 B
Bash
21 lines
810 B
Bash
# Template file for 'torbrowser-launcher'
|
|
pkgname=torbrowser-launcher
|
|
version=0.3.3
|
|
revision=2
|
|
archs="i686 x86_64" # limited by Tor Browser itself
|
|
build_style=python3-module
|
|
hostmakedepends="gettext python3-setuptools"
|
|
depends="python3-PyQt5 python3-gpg python3-requests python3-pysocks gnupg2 tor dbus-glib
|
|
python3-packaging"
|
|
short_desc="Securely download, verify and run Tor Browser"
|
|
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/micahflee/torbrowser-launcher"
|
|
changelog="https://raw.githubusercontent.com/micahflee/torbrowser-launcher/master/CHANGELOG.md"
|
|
distfiles="https://github.com/micahflee/torbrowser-launcher/archive/v${version}.tar.gz"
|
|
checksum=58b17bd5a9a6f35fe78d83e69fdf77919ffa8c2492b1add1d47aed6237794f93
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|