New package: torbrowser-launcher-0.3.2
This commit is contained in:
parent
33699c09a0
commit
a4f96e22e6
1 changed files with 21 additions and 0 deletions
21
srcpkgs/torbrowser-launcher/template
Normal file
21
srcpkgs/torbrowser-launcher/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'torbrowser-launcher'
|
||||
pkgname=torbrowser-launcher
|
||||
version=0.3.2
|
||||
revision=1
|
||||
archs="i686 x86_64" # limited by Tor Browser itself
|
||||
build_style=python3-module
|
||||
pycompile_module="torbrowser_launcher"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-PyQt5 python3-gpg python3-requests python3-pysocks gnupg2 tor"
|
||||
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=25ad4b0c70579628bf18f4cdcd18ac303fe4f7f1c590cc48df2a87651c92991c
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
rm ${DESTDIR}/usr/share/locale/torbrowser-launcher.mo # installed twice
|
||||
}
|
Loading…
Reference in a new issue