17 lines
637 B
Bash
17 lines
637 B
Bash
|
# Template file for 'odilia'
|
||
|
pkgname=odilia
|
||
|
version=0.1.4
|
||
|
revision=1
|
||
|
build_wrksrc="odilia"
|
||
|
build_style=cargo
|
||
|
depends="speech-dispatcher at-spi2-core gsettings-desktop-schemas"
|
||
|
checkdepends="$depends dbus"
|
||
|
short_desc="Fast screenreader for the *nix desktop"
|
||
|
maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
|
||
|
license="GPL-3.0-or-later"
|
||
|
homepage="https://odilia.app/"
|
||
|
changelog="https://github.com/odilia-app/odilia/raw/main/CHANGELOG.md"
|
||
|
distfiles="https://github.com/odilia-app/odilia/archive/refs/tags/v${version}.tar.gz"
|
||
|
checksum=4a35c7c949e8da919403d3e8a095ca44036e222af9d8d9ebcf5b28bb586f298e
|
||
|
make_check_pre="dbus-run-session --"
|