22 lines
679 B
Bash
22 lines
679 B
Bash
# Template file for 'ice-ssb'
|
|
pkgname=ice-ssb
|
|
version=6.0.6
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="ice-$version"
|
|
depends="gtk+3 python3-BeautifulSoup4 python3-gobject python3-requests"
|
|
short_desc="Site Specific Browsers (SSBs) manager"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/peppermintos/ice/"
|
|
changelog="https://github.com/peppermintos/ice/blob/${version}/debian/changelog"
|
|
distfiles="https://github.com/peppermintos/ice/archive/v${version}.tar.gz"
|
|
checksum=5422094e74cb9b77059631b5bc4ed6c74e7d3d48390aef142f638c8735a942cf
|
|
|
|
post_extract() {
|
|
sed -i -e 's/chromium-browser/chromium/g' usr/bin/ice
|
|
}
|
|
|
|
do_install() {
|
|
vcopy usr usr
|
|
}
|