From 38c08a8df7ce5eebae5e8269a1b59b373f9b0683 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Mon, 21 Dec 2020 16:08:39 +0100 Subject: [PATCH] New package: tiny-irc-client-0.8.0 --- srcpkgs/tiny-irc-client/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/tiny-irc-client/template diff --git a/srcpkgs/tiny-irc-client/template b/srcpkgs/tiny-irc-client/template new file mode 100644 index 00000000000..40e1ab610e0 --- /dev/null +++ b/srcpkgs/tiny-irc-client/template @@ -0,0 +1,19 @@ +# Template file for 'tiny-irc-client' +pkgname=tiny-irc-client +version=0.8.0 +revision=1 +build_style=cargo +configure_args="--no-default-features --features=desktop-notifications --features=tls-native" +hostmakedepends="pkg-config" +makedepends="libressl-devel dbus-devel" +short_desc="Tiny terminal IRC client" +maintainer="eoli3n " +license="MIT" +homepage="https://github.com/osa1/tiny" +distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz" +wrksrc="tiny-${version}" +build_wrksrc="tiny" +checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447 +post_install() { + vlicense ../LICENSE +}