New package: ice-ssb-5.3.0

resolves #14710
This commit is contained in:
John 2018-05-26 17:13:41 +02:00 committed by maxice8
parent 301309a077
commit f3a4f2328e

20
srcpkgs/ice-ssb/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'ice-ssb'
pkgname=ice-ssb
version=5.3.0
revision=1
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/"
distfiles="https://github.com/peppermintos/ice/archive/${version}.tar.gz"
checksum=bbd69af4d917920d442ef3ed27fa30dbe4fedcc35bd5cae0a63175ddfd3711b2
post_extract() {
sed -i -e 's/chromium-browser/chromium/g' usr/bin/ice
}
do_install() {
vcopy usr usr
}