parent
301309a077
commit
f3a4f2328e
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue