2018-05-26 15:13:41 +00:00
|
|
|
# Template file for 'ice-ssb'
|
|
|
|
pkgname=ice-ssb
|
2018-07-02 23:17:17 +00:00
|
|
|
version=5.3.4
|
2018-05-26 15:13:41 +00:00
|
|
|
revision=1
|
2018-06-20 07:44:26 +00:00
|
|
|
noarch=yes
|
2018-05-26 15:13:41 +00:00
|
|
|
wrksrc="ice-$version"
|
|
|
|
depends="gtk+3 python3-BeautifulSoup4 python3-gobject"
|
|
|
|
short_desc="Site Specific Browsers (SSBs) manager"
|
|
|
|
maintainer="John <johnz@posteo.net>"
|
|
|
|
license="GPL-2.0-or-later"
|
|
|
|
homepage="https://github.com/peppermintos/ice/"
|
2018-06-20 07:44:26 +00:00
|
|
|
changelog="https://github.com/peppermintos/ice/blob/${version}/debian/changelog"
|
2018-07-02 23:17:17 +00:00
|
|
|
distfiles="https://github.com/peppermintos/ice/archive/v${version}.tar.gz"
|
|
|
|
checksum=c8b1aad85d97b87024f383279d489cc991f32a8b6428a6559dd8aa41fb51b73d
|
2018-05-26 15:13:41 +00:00
|
|
|
|
|
|
|
post_extract() {
|
|
|
|
sed -i -e 's/chromium-browser/chromium/g' usr/bin/ice
|
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vcopy usr usr
|
|
|
|
}
|