New package: tiny-0.8.0

This commit is contained in:
eoli3n 2020-12-21 16:08:39 +01:00 committed by Andrew J. Hesford
parent 83b830fd59
commit b1b16eb395

19
srcpkgs/tiny/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'tiny'
pkgname=tiny
version=0.8.0
revision=1
build_wrksrc="tiny"
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"
distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz"
checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447
post_install() {
vlicense ../LICENSE
}