mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: bluetui-0.6
This commit is contained in:
parent
c341822796
commit
45e162657e
1 changed files with 19 additions and 0 deletions
19
srcpkgs/bluetui/template
Normal file
19
srcpkgs/bluetui/template
Normal file
|
@ -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 <orphan@voidlinux.org>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue