15 lines
600 B
Bash
15 lines
600 B
Bash
# Template file for 'cdemu-client'
|
|
pkgname=cdemu-client
|
|
version=3.3.0
|
|
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=5a22a6d3464a5037875fa448238f892abb80cd4c96cd95b2234899783aa4b270
|