vp-build/srcpkgs/laditools/template

21 lines
692 B
Bash

# Template file for 'laditools'
pkgname=laditools
version=1.1.0
revision=2
noarch=yes
build_style=python2-module
pycompile_module="laditools"
hostmakedepends="python-distutils-extra intltool librsvg-utils"
depends="ladish jack gtk+3 python-gobject python-dbus python-enum34 python-xdg vte3"
short_desc="Linux Audio Desktop Integration Tools"
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/alessio/laditools"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=ca99f4b6e17b7333ed87dd12a2d91da4d486e53d89dd2677edfa29170ec6efe5
post_install() {
# remove wmladi, we do not have wmdocklib.
rm -f ${DESTDIR}/usr/bin/wmladi
}