From f5855302973010a4f626b8bf414a5a0c7ec245ba Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 17 Nov 2018 07:18:20 -0200 Subject: [PATCH] tweeny: remove --- srcpkgs/tweeny/INSTALL.msg | 1 + srcpkgs/tweeny/template | 17 +++++------------ 2 files changed, 6 insertions(+), 12 deletions(-) create mode 100644 srcpkgs/tweeny/INSTALL.msg diff --git a/srcpkgs/tweeny/INSTALL.msg b/srcpkgs/tweeny/INSTALL.msg new file mode 100644 index 00000000000..77521692d9f --- /dev/null +++ b/srcpkgs/tweeny/INSTALL.msg @@ -0,0 +1 @@ +tweeny is no longer provided by Void Linux, and will be fully removed from the repos on 2019/02/17 diff --git a/srcpkgs/tweeny/template b/srcpkgs/tweeny/template index 02c8fab9e48..af50bd0208c 100644 --- a/srcpkgs/tweeny/template +++ b/srcpkgs/tweeny/template @@ -1,16 +1,9 @@ # Template file for 'tweeny' pkgname=tweeny version=2 -revision=1 -build_style=cmake -configure_args="-DTWEENY_BUILD_EXAMPLES=OFF" -short_desc="Modern C++ tweening library" -maintainer="maxice8 " -license="MIT" +revision=2 +noarch=yes +build_style=meta +short_desc="Modern C++ tweening library (removed package)" +license="metapackage" homepage="https://github.com/mobius3/tweeny" -distfiles="https://github.com/mobius3/tweeny/archive/${version}.tar.gz" -checksum=3a5a4171b96ce85e90eea06b7b3bc80793a357b5638d49f6cf0531771fc2234a - -post_install() { - vlicense LICENSE -}