# Template file for 'dbus-sharp' pkgname=dbus-sharp version=0.7 revision=1 distfiles="https://github.com/mono/dbus-sharp/archive/v${version}.tar.gz" checksum="535360a164b62bd629f7ca7396a0dcfb143e05287ac2cc95ab4387bd81dd6d58" build_style=gnu-configure hostmakedepends="pkg-config automake" makedepends="mono" maintainer="Steven R " homepage="http://github.com/mono/dbus-sharp/" license="Custom" short_desc="C# implementation of D-Bus" pre_configure() { ./autogen.sh } dbus-sharp_package() { noarch="yes" depends="mono" pkg_install() { vmove all } }