From f37fe69e83b6002050dc7daddb36faab068f00da Mon Sep 17 00:00:00 2001 From: 0x5c Date: Sat, 18 Jun 2022 20:03:59 -0400 Subject: [PATCH] New package: tio-1.40 --- srcpkgs/tio/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/tio/template diff --git a/srcpkgs/tio/template b/srcpkgs/tio/template new file mode 100644 index 00000000000000..e06459cc56718d --- /dev/null +++ b/srcpkgs/tio/template @@ -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 " +license="GPL-2.0-or-later" +homepage="https://github.com/tio/tio" +changelog="https://raw.githubusercontent.com/tio/tio/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 +}