30 lines
987 B
Bash
30 lines
987 B
Bash
# Template file for 'imgbrd-grabber'
|
|
pkgname=imgbrd-grabber
|
|
version=6.0.6
|
|
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"
|
|
changelog="https://github.com/Bionus/imgbrd-grabber/releases"
|
|
distfiles="https://github.com/Bionus/imgbrd-grabber/archive/v${version}.tar.gz"
|
|
checksum=709d94149c7850ddc25b185c9e6a007a901d527a10fb658469a182779e344c01
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
|
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
|
|
}
|