blob: 1f27e9b2dc68a15f9c9de0c19c1254f200544075 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Maintainer: gardenapple <gardenapple at posteo.net>
pkgname=agregore-browser-bin
pkgver=1.4.0
pkgrel=1
pkgdesc='A minimal web browser for the distributed web'
# no longer offer anything other than x86_64
# arch=('x86_64' 'i686' 'aarch64')
arch=('x86_64')
url='https://github.com/AgregoreWeb/agregore-browser'
license=('AGPL3')
depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
source_x86_64=("https://github.com/AgregoreWeb/agregore-browser/releases/download/v$pkgver/agregore-browser-${pkgver}-linux-amd64.deb")
package() {
tar xf data.tar.xz --directory="$pkgdir"
install -d "${pkgdir}/usr/bin"
ln -s '/opt/Agregore Browser/agregore-browser' "${pkgdir}/usr/bin/agregore-browser"
mv "${pkgdir}/usr/share/icons/hicolor/0x0/apps/" "${pkgdir}/usr/share/pixmaps"
rm -r "${pkgdir}/usr/share/icons"
}
b2sums_x86_64=('32c132f3caa753e2396aa3b2167d584bdec4dc4772c822b5a1081ee9358f9943ba3e11984257c12494a16ff1c75fe0fe993da1647e4ca438d8bb68de7ca207aa')
|