void-packages/srcpkgs/tio/template

20 lines
576 B
Bash

# Template file for 'tio'
pkgname=tio
version=2.0
revision=1
build_style=meson
hostmakedepends="pkg-config"
makedepends="inih-devel"
short_desc="Simple serial device I/O tool"
maintainer="0x5c <dev@0x5c.io>"
license="GPL-2.0-or-later"
homepage="https://github.com/tio/tio"
changelog="https://github.com/tio/tio/raw/master/NEWS"
distfiles="https://github.com/tio/tio/archive/refs/tags/v${version}.tar.gz"
checksum=26d91c8d3c2c9293901290ca0b53fe3595e58b2918c9b63a5cc36e6d3fca867b
post_install() {
vcompletion "build/src/bash-completion/tio" bash tio
vsconf "example/tiorc"
}