22 lines
1,012 B
Bash
22 lines
1,012 B
Bash
# Template file for 'torbrowser-launcher'
|
|
pkgname=torbrowser-launcher
|
|
version=0.3.7
|
|
revision=2
|
|
archs="i686 x86_64" # limited by Tor Browser itself
|
|
build_style=python3-module
|
|
hostmakedepends="gettext python3-distro python3-setuptools"
|
|
depends="python3-PyQt5 gpgme-python3 python3-requests python3-pysocks tor dbus-glib
|
|
python3-packaging"
|
|
checkdepends="python3-PyQt5 gpgme-python3 python3-requests python3-pysocks gnupg 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://gitlab.torproject.org/tpo/applications/torbrowser-launcher"
|
|
changelog="https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/raw/main/CHANGELOG.md"
|
|
distfiles="https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/archive/v${version}/torbrowser-launcher-v${version}.tar.gz"
|
|
checksum=bd348fd5d923f078c75870a9139678a467b2ab5ba21117fd42ccf0cfa3e4be21
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|