void-packages/srcpkgs/dooble/template

25 lines
922 B
Bash
Raw Normal View History

2022-09-19 10:49:24 +02:00
# Template file for 'dooble'
pkgname=dooble
2023-03-09 23:51:40 +01:00
version=2023.02.25
2022-09-19 10:49:24 +02:00
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"
2023-03-09 23:51:40 +01:00
maintainer="Eloi Torrents <eloitor@disroot.org>"
2022-09-19 10:49:24 +02:00
license="BSD-3-Clause"
homepage="https://textbrowser.github.io/dooble/"
distfiles="https://github.com/textbrowser/dooble/archive/refs/tags/${version}.tar.gz"
2023-03-09 23:51:40 +01:00
checksum=f2982d7701ce5cf6d7d4b401882228932b11d5f37c3a68454ed0988f3b1eaf0a
2022-09-19 10:49:24 +02:00
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
}