New PKGBUILD 6.7.3
# Maintainer: Marcin (CTRL) Wieczorek <marcin@marcin.co>
# Contributor: neo.shadowsocks<neo.shadowsocks AT gmx.com>
# Contributor: Kars Wang <jaklsy g-mail>
# Contributor: malacology
pkgname=lantern-bin
pkgver=6.7.3
pkgrel=1
pkgdesc='Free desktop application that delivers fast, reliable and secure access to the open Internet. (Stable Channel, binary)'
arch=('i686' 'x86_64')
url='https://getlantern.org'
license=('Apache')
depends=('libappindicator-gtk3')
options=('!emptydirs' '!strip' '!docs')
conflicts=('lantern' 'lantern-headless' 'lantern-headless-git' 'lantern-git')
provides=('lantern')
source=('lantern.service')
source_i686=("${pkgname}-${pkgver}-i686.deb::https://s3.amazonaws.com/lantern/lantern-installer-${pkgver}-32-bit.deb")
source_x86_64=("${pkgname}-${pkgver}-x86_64.deb::https://s3.amazonaws.com/lantern/lantern-installer-${pkgver}-64-bit.deb")
sha256sums=('fdece37945be10c00210bbde7b4058c356ef1df0554bd963fcddd12990ff930b')
sha256sums_i686=('170ca42b8067d23b3f8246f0793bf4f4e3fce049becebef8d3b691f628fce5ce')
sha256sums_x86_64=('c9f47ca4b529a40f71395e03f24272df1566917e49b56010b8084c12bc3d9b39')
package() {
msg2 'Extracting the data.tar.xz...'
bsdtar -xzf data.tar.gz -C "${pkgdir}/"
msg2 'Install systemd service file...'
install -Dm644 "${srcdir}/lantern.service" "${pkgdir}/usr/lib/systemd/user/lantern.service"
}
Pinned Comments
malacology commented on 2021-05-10 05:30 (UTC) (edited on 2021-08-11 13:42 (UTC) by malacology)
Solved