blob: a4762efb03a5eab1cc215de388df2c37317076b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Maintainer: Kirill Pinchuk <https://github.com/cybergrind/>
pkgname=octobrowser
pkgver=2.5.6
pkgrel=1
pkgdesc='Fast anti-detect browser for multi-accounting with maximum protection against browser identification'
arch=('x86_64')
url='https://octobrowser.net'
license=('MIT License')
options=('!strip')
provides=('octobrowser')
conflicts=('octobrowser')
source=("https://binaries.octobrowser.net/releases/installer/OctoBrowser_${pkgver}.linux.tar.gz")
sha256sums=('0696c656c9184831805ec5033641d24262a0ebd9061901ebb525f7d07323670b')
depends=(libxcrypt-compat
libselinux
unzip
xdg-desktop-portal-gtk)
package() {
install -D "${srcdir}/OctoBrowser.AppImage" "${pkgdir}/usr/bin/octobrowser"
chmod +x "${pkgdir}/usr/bin/octobrowser"
}
|