From e3739da80dcb98e24742ed8d069f3dc6e723b09c Mon Sep 17 00:00:00 2001 From: eoli3n Date: Mon, 21 Dec 2020 16:08:39 +0100 Subject: [PATCH 1/2] New package: tiny-0.8.0 --- srcpkgs/tiny/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/tiny/template diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template new file mode 100644 index 000000000000..b2f729b67029 --- /dev/null +++ b/srcpkgs/tiny/template @@ -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="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" +checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447 + +post_install() { + vlicense ../LICENSE +} From a5a12dfdefb21a1354f47c2ca208e80a79c805eb Mon Sep 17 00:00:00 2001 From: eoli3n Date: Mon, 10 May 2021 09:01:43 +0200 Subject: [PATCH 2/2] fixup! New package: tiny-0.8.0 --- srcpkgs/tiny/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template index b2f729b67029..d46b594b09bd 100644 --- a/srcpkgs/tiny/template +++ b/srcpkgs/tiny/template @@ -6,9 +6,9 @@ build_wrksrc="tiny" build_style=cargo configure_args="--no-default-features --features=desktop-notifications --features=tls-native" hostmakedepends="pkg-config" -makedepends="libressl-devel dbus-devel" +makedepends="openssl-devel dbus-devel" short_desc="Tiny terminal IRC client" -maintainer="eoli3n " +maintainer="eoli3n " license="MIT" homepage="https://github.com/osa1/tiny" distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz"