diff --git a/srcpkgs/bluetui/template b/srcpkgs/bluetui/template new file mode 100644 index 00000000000..981831e8d97 --- /dev/null +++ b/srcpkgs/bluetui/template @@ -0,0 +1,19 @@ +# Template file for 'bluetui' +pkgname=bluetui +version=0.6 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="dbus-devel" +depends="dbus bluez" +short_desc="TUI for managing bluetooth devices" +maintainer="Orphaned " +license="GPL-3.0-only" +homepage="https://github.com/pythops/bluetui" +changelog="https://github.com/pythops/bluetui/blob/master/Release.md" +distfiles="https://github.com/pythops/bluetui/archive/refs/tags/v${version}.tar.gz" +checksum=142102957ff30439f9938e4b57750b5c399f33e94a20416cfbcbe239b20cdba8 + +post_install() { + vdoc Readme.md +}