New package: tio-1.40

Closes: #37619 [via git-merge-pr]
This commit is contained in:
0x5c 2022-06-18 20:03:59 -04:00 committed by Duncaen
parent 5cceac6809
commit e9c8f40d64
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

18
srcpkgs/tio/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'tio'
pkgname=tio
version=1.40
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/ChangeLog"
distfiles="https://github.com/tio/tio/archive/refs/tags/v${version}.tar.gz"
checksum=1fe3631b9236155818cdb9bac28435499a3701a97b193c5165275952c9f56da5
post_install() {
vcompletion "build/src/bash-completion/tio" bash tio
}