We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c341822 commit 45e1626Copy full SHA for 45e1626
srcpkgs/bluetui/template
@@ -0,0 +1,19 @@
1
+# Template file for 'bluetui'
2
+pkgname=bluetui
3
+version=0.6
4
+revision=1
5
+build_style=cargo
6
+hostmakedepends="pkg-config"
7
+makedepends="dbus-devel"
8
+depends="dbus bluez"
9
+short_desc="TUI for managing bluetooth devices"
10
+maintainer="Orphaned <orphan@voidlinux.org>"
11
+license="GPL-3.0-only"
12
+homepage="https://github.com/pythops/bluetui"
13
+changelog="https://github.com/pythops/bluetui/blob/master/Release.md"
14
+distfiles="https://github.com/pythops/bluetui/archive/refs/tags/v${version}.tar.gz"
15
+checksum=142102957ff30439f9938e4b57750b5c399f33e94a20416cfbcbe239b20cdba8
16
+
17
+post_install() {
18
+ vdoc Readme.md
19
+}
0 commit comments