15 lines
600 B
Bash
15 lines
600 B
Bash
# Template file for 'cdemu-client'
|
|
pkgname=cdemu-client
|
|
version=3.2.5
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DCMAKE_INSTALL_COMPLETIONSDIR=/usr/share/bash-completion/completions"
|
|
hostmakedepends="python3 intltool pkg-config"
|
|
depends="cdemu-daemon python3-gobject"
|
|
short_desc="Simple command-line client for controlling CDEmu daemon"
|
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://cdemu.sourceforge.io"
|
|
distfiles="${SOURCEFORGE_SITE}/cdemu/cdemu-client-${version}.tar.xz"
|
|
checksum=a72d85eb5bfcbced0108cd7c1827e50220f8f1d7998db30ceb0aa808366c39df
|