25 lines
922 B
Bash
25 lines
922 B
Bash
# Template file for 'dooble'
|
|
pkgname=dooble
|
|
version=2023.04.20
|
|
revision=1
|
|
build_style=qmake
|
|
configure_args="dooble.pro"
|
|
hostmakedepends="qt5-qmake qt5-host-tools qt5-webengine"
|
|
makedepends="qt5-charts-devel qt5-webengine-devel qt5-webchannel-devel qt5-location-devel"
|
|
depends="qt5-plugin-sqlite"
|
|
short_desc="Dooble, the scientific browser. Minimal, cute, and unusually stable"
|
|
maintainer="Eloi Torrents <eloitor@disroot.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://textbrowser.github.io/dooble/"
|
|
distfiles="https://github.com/textbrowser/dooble/archive/refs/tags/${version}.tar.gz"
|
|
checksum=5425a5ad6753c08df061a8b78fa4aba035a915327d7b967eab3f0a6479eb869c
|
|
|
|
do_install() {
|
|
vbin Dooble dooble
|
|
vinstall dooble.desktop 644 usr/share/applications
|
|
vinstall Icons/Logo/dooble.png 644 usr/share/pixmaps
|
|
vmkdir usr/share/dooble/translations
|
|
vcopy "Translations/dooble_*.qm" usr/share/dooble/translations
|
|
vlicense LICENSE
|
|
}
|