void-packages/srcpkgs/imgbrd-grabber/template

29 lines
928 B
Bash

# Template file for 'imgbrd-grabber'
pkgname=imgbrd-grabber
version=6.0.3
revision=1
build_style=cmake
hostmakedepends="nodejs"
makedepends="qt5-declarative-devel qt5-multimedia-devel qt5-plugin-mysql
qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds
qt5-script-devel qt5-tools-devel"
short_desc="Powerful imageboard/booru downloader"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="Apache-2.0"
homepage="https://bionus.github.io/imgbrd-grabber"
distfiles="https://github.com/Bionus/imgbrd-grabber/archive/v${version}.tar.gz"
checksum=c892a0123a07e0931a18131adc40925bbb233df7ddde9490c2f6301071629118
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"
fi
pre_configure() {
sed -i 's|USE_QSCINTILLA 1|USE_QSCINTILLA 0|' gui/CMakeLists.txt
sed -i 's|USE_BREAKPAD 1|USE_BREAKPAD 0|' gui/CMakeLists.txt
}
post_install() {
touch ${DESTDIR}/usr/share/Grabber/settings.ini
}