Files
horizon-packages/srcpkgs/tio/template
T
2026-01-04 10:08:30 -05:00

21 lines
641 B
Bash

# Template file for 'tio'
pkgname=tio
version=3.9
revision=1
build_style=meson
hostmakedepends="pkg-config"
makedepends="libglib-devel lua53-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=88e6fc49f458526a265357601e4fb3e7400685e9720a9150227cbd288432e6f1
post_install() {
vcompletion "build/src/bash-completion/tio" bash tio
vsconf examples/config/config
vcopy examples/lua usr/share/examples/tio
}