void-packages/srcpkgs/tiny/template

20 lines
595 B
Bash
Raw Normal View History

2020-12-21 15:08:39 +00:00
# Template file for 'tiny'
pkgname=tiny
2021-05-13 23:58:08 +00:00
version=0.9.0
2020-12-21 15:08:39 +00:00
revision=1
2021-05-13 23:58:08 +00:00
build_wrksrc="crates/tiny"
2020-12-21 15:08:39 +00:00
build_style=cargo
configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
hostmakedepends="pkg-config"
makedepends="openssl-devel dbus-devel"
short_desc="Tiny terminal IRC client"
maintainer="eoli3n <jonathan.kirszling@runbox.com>"
license="MIT"
homepage="https://github.com/osa1/tiny"
2021-05-13 23:58:08 +00:00
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
checksum=63e11c8b2708b26311f97d8bef5fba4618ff4212b0b98c21e8ad005a2fd8fe32
2020-12-21 15:08:39 +00:00
post_install() {
2021-05-13 23:58:08 +00:00
vlicense ../../LICENSE
2020-12-21 15:08:39 +00:00
}