vp-build/srcpkgs/ice-ssb/template

23 lines
660 B
Bash

# Template file for 'ice-ssb'
pkgname=ice-ssb
version=5.3.4
revision=1
noarch=yes
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/"
changelog="https://github.com/peppermintos/ice/blob/${version}/debian/changelog"
distfiles="https://github.com/peppermintos/ice/archive/v${version}.tar.gz"
checksum=c8b1aad85d97b87024f383279d489cc991f32a8b6428a6559dd8aa41fb51b73d
post_extract() {
sed -i -e 's/chromium-browser/chromium/g' usr/bin/ice
}
do_install() {
vcopy usr usr
}