aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortranzystorekk <tranzystorek.io@protonmail.com>2024-11-07 20:17:43 +0000
committertranzystorekk <tranzystorek.io@protonmail.com>2024-11-07 20:29:28 +0000
commit6eb0994394bd1c8e1e41b66f36a448646a1b8fac (patch)
tree1ac3702cbc3233c305d79a693bc3cc091a2c543f
parentfe2d2a82811e5366f6298fa735ac55af63bdba36 (diff)
downloadvoid-packages-6eb0994394bd1c8e1e41b66f36a448646a1b8fac.tar
void-packages-6eb0994394bd1c8e1e41b66f36a448646a1b8fac.tar.gz
void-packages-6eb0994394bd1c8e1e41b66f36a448646a1b8fac.tar.bz2
void-packages-6eb0994394bd1c8e1e41b66f36a448646a1b8fac.tar.lz
void-packages-6eb0994394bd1c8e1e41b66f36a448646a1b8fac.tar.xz
void-packages-6eb0994394bd1c8e1e41b66f36a448646a1b8fac.tar.zst
void-packages-6eb0994394bd1c8e1e41b66f36a448646a1b8fac.zip
unibilium: update to 2.1.2
-rw-r--r--srcpkgs/unibilium/template21
1 files changed, 8 insertions, 13 deletions
diff --git a/srcpkgs/unibilium/template b/srcpkgs/unibilium/template
index e70d3a0dc7d..a290410460a 100644
--- a/srcpkgs/unibilium/template
+++ b/srcpkgs/unibilium/template
@@ -1,25 +1,20 @@
# Template file for 'unibilium'
pkgname=unibilium
-version=2.1.1
+version=2.1.2
revision=1
-build_style=gnu-makefile
+build_style=gnu-configure
make_check_target="test"
-hostmakedepends="libtool perl"
+hostmakedepends="automake libtool perl"
short_desc="Simple, self-contained terminfo library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://github.com/neovim/unibilium"
-changelog="https://github.com/neovim/unibilium/raw/master/Changes"
-distfiles="https://github.com/neovim/${pkgname}/archive/v${version}.tar.gz"
-checksum=6f0ee21c8605340cfbb458cbd195b4d074e6d16dd0c0e12f2627ca773f3cabf1
+changelog="https://raw.githubusercontent.com/neovim/unibilium/refs/heads/master/Changes"
+distfiles="https://github.com/neovim/unibilium/archive/v${version}.tar.gz"
+checksum=370ecb07fbbc20d91d1b350c55f1c806b06bf86797e164081ccc977fc9b3af7a
-do_build() {
- if [ "$CROSS_BUILD" ]; then
- cp /usr/bin/libtool .
- vsed -e "s,CCLD=.*,CCLD=$CC,g;s,CC=.*,CC=$CC,g" -i libtool
- vsed -e 's,libtool,./libtool,g' -i Makefile
- fi
- make ${makejobs}
+pre_configure() {
+ autoreconf -fi
}
unibilium-devel_package() {