From 1477f818885ebed251ff813ce001b0e26fa1b625 Mon Sep 17 00:00:00 2001 From: Anthony Thompson Date: Mon, 26 Sep 2022 18:07:23 +1000 Subject: [PATCH 1/2] yabridgectl templated added --- srcpkgs/yabridgectl/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/yabridgectl/template diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template new file mode 100644 index 000000000000..c3e3126e66b9 --- /dev/null +++ b/srcpkgs/yabridgectl/template @@ -0,0 +1,16 @@ +# Template file for 'yabridgectl' +pkgname=yabridgectl +version=4.0.2 +revision=1 +archs="x86_64" +## software developer has this package source as part of the yabridge source tree. +## Yabridgectl is several levels down. unable to comply with xlint for top level directory +wrksrc="yabridge-${version}/tools/yabridgectl" +build_style=cargo +hostmakedepends="grep" +short_desc="Yabridgectl oontrols yabridge configurations" +maintainer="Anthony Thompson " +license="GPL-3.0-or-later" +homepage="https://github.com/robbert-vdh/yabridge" +distfiles="https://github.com/robbert-vdh/yabridge/archive/refs/tags/${version}.tar.gz" +checksum="86fcd65b6f3dd5cf60c2afa476f63959a2cc4ef4d4629810916739d7af645f01" From 5bfff755a7dbf9ad11237d2bafe1b77fdce29c28 Mon Sep 17 00:00:00 2001 From: Anthony Thompson Date: Mon, 26 Sep 2022 20:22:12 +1000 Subject: [PATCH 2/2] fixed xlint error. added buildwrksrc --- srcpkgs/yabridgectl/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template index c3e3126e66b9..219c921edd42 100644 --- a/srcpkgs/yabridgectl/template +++ b/srcpkgs/yabridgectl/template @@ -3,9 +3,8 @@ pkgname=yabridgectl version=4.0.2 revision=1 archs="x86_64" -## software developer has this package source as part of the yabridge source tree. -## Yabridgectl is several levels down. unable to comply with xlint for top level directory -wrksrc="yabridge-${version}/tools/yabridgectl" +wrksrc="yabridge-${version}" +build_wrksrc="tools/yabridgectl" build_style=cargo hostmakedepends="grep" short_desc="Yabridgectl oontrols yabridge configurations"