commit bfaabb829a79edc14ef95a5c5dd1b3cc64910f96 parent 798884ab250f45c17603e5384f18f72d4d1c4a68 Author: aabacchus <ben@bvnf.space> Date: Wed, 12 May 2021 03:56:03 +0100 gettext-tiny: new package at 0.3.2 Diffstat:
A | gettext-tiny/README | | | 1 | + |
A | gettext-tiny/build | | | 4 | ++++ |
A | gettext-tiny/checksums | | | 1 | + |
A | gettext-tiny/sources | | | 1 | + |
A | gettext-tiny/version | | | 1 | + |
5 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/gettext-tiny/README b/gettext-tiny/README @@ -0,0 +1 @@ +A much lighter alternative to GNU gettext; a possible option? diff --git a/gettext-tiny/build b/gettext-tiny/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make LIBINTL=MUSL +make DESTDIR="$1" prefix=/usr install diff --git a/gettext-tiny/checksums b/gettext-tiny/checksums @@ -0,0 +1 @@ +29cc165e27e83d2bb3760118c2368eadab550830d962d758e51bd36eb860f383 diff --git a/gettext-tiny/sources b/gettext-tiny/sources @@ -0,0 +1 @@ +https://github.com/sabotage-linux/gettext-tiny/archive/refs/tags/v0.3.2.tar.gz diff --git a/gettext-tiny/version b/gettext-tiny/version @@ -0,0 +1 @@ +0.3.2 1