Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: tio-1.40 #37619

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/tio/template
Original file line number Diff line number Diff line change
@@ -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"
0x5c marked this conversation as resolved.
Show resolved Hide resolved
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
}