mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
5a82e83aaa
commit
efc96be7c4
1 changed files with 5 additions and 4 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'tio'
|
# Template file for 'tio'
|
||||||
pkgname=tio
|
pkgname=tio
|
||||||
version=2.7
|
version=3.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="inih-devel"
|
makedepends="libglib-devel lua53-devel"
|
||||||
short_desc="Simple serial device I/O tool"
|
short_desc="Simple serial device I/O tool"
|
||||||
maintainer="0x5c <dev@0x5c.io>"
|
maintainer="0x5c <dev@0x5c.io>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/tio/tio"
|
homepage="https://github.com/tio/tio"
|
||||||
changelog="https://github.com/tio/tio/raw/master/NEWS"
|
changelog="https://github.com/tio/tio/raw/master/NEWS"
|
||||||
distfiles="https://github.com/tio/tio/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/tio/tio/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=c1fb02f953a9a1f37a2077dd7030afbb99ace10a8c6204a810f2e662ecd43fe4
|
checksum=c0e68c96f28a5b4daaf94eba31b066853efd1f1ea396c75a6cc168f2e95cdea3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vcompletion "build/src/bash-completion/tio" bash tio
|
vcompletion "build/src/bash-completion/tio" bash tio
|
||||||
vsconf "example/config"
|
vsconf examples/config/config
|
||||||
|
vcopy examples/lua usr/share/examples/tio
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue