From e3b3c7cc41ecd0ed4dbc8a6b2e8aa770d28465c9 Mon Sep 17 00:00:00 2001 From: user18130814200115-2 <66143190+user18130814200115-2@users.noreply.github.com> Date: Sun, 9 Jan 2022 20:37:44 +0000 Subject: [PATCH 1/2] New package: bibutils Bibutils allows for conversion between multiple bibliography formats using XML as an intermediate --- srcpkgs/bibutils/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/bibutils/template diff --git a/srcpkgs/bibutils/template b/srcpkgs/bibutils/template new file mode 100644 index 000000000000..20b8bb744b6c --- /dev/null +++ b/srcpkgs/bibutils/template @@ -0,0 +1,17 @@ +# Template file for 'bibutils' +pkgname=bibutils +version=7.2 +revision=1 +build_style=configure +short_desc="convert between various bibliography formats using common XML intermediate" +maintainer="Thijs Wester " +license="GPL-2.0-only" +homepage="https://sourceforge.net/projects/bibutils/" +changelog="https://sourceforge.net/p/bibutils/home/history_version7/" +distfiles="https://jztkft.dl.sourceforge.net/project/bibutils/bibutils_${version}_src.tgz" +checksum="6e028aef1e8a6b3e5acef098584a7bb68708f35cfe74011b341c11fea5e4b5c3" +wrksrc="bibutils_${version}" + +post_install() { + vlicense Copying +} From e7c0e404a4b40469094f008edcd466197cd93264 Mon Sep 17 00:00:00 2001 From: user18130814200115-2 <66143190+user18130814200115-2@users.noreply.github.com> Date: Mon, 10 Jan 2022 18:47:58 +0000 Subject: [PATCH 2/2] Updated bibutils template to be xlint compliant --- srcpkgs/bibutils/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/bibutils/template b/srcpkgs/bibutils/template index 20b8bb744b6c..a60e4a27208c 100644 --- a/srcpkgs/bibutils/template +++ b/srcpkgs/bibutils/template @@ -2,16 +2,12 @@ pkgname=bibutils version=7.2 revision=1 +wrksrc="bibutils_${version}" build_style=configure -short_desc="convert between various bibliography formats using common XML intermediate" -maintainer="Thijs Wester " +short_desc="Convert between various bibliography formats" +maintainer="" license="GPL-2.0-only" homepage="https://sourceforge.net/projects/bibutils/" changelog="https://sourceforge.net/p/bibutils/home/history_version7/" distfiles="https://jztkft.dl.sourceforge.net/project/bibutils/bibutils_${version}_src.tgz" checksum="6e028aef1e8a6b3e5acef098584a7bb68708f35cfe74011b341c11fea5e4b5c3" -wrksrc="bibutils_${version}" - -post_install() { - vlicense Copying -}