diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-13 13:38:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-13 13:38:56 +0300 |
commit | 45c7d67e73f9e373a297632a6bc17a60ab7f3a48 (patch) | |
tree | 3a50ee93f8752e5a1e5947f27c55ac77cb995dd9 /community/gettext-tiny | |
parent | 5f1f575c0c43a6857fa1335155edb77e31387781 (diff) | |
download | repository-45c7d67e73f9e373a297632a6bc17a60ab7f3a48.tar.gz |
gettext-tiny: add new package at 0.3.2
Diffstat (limited to 'community/gettext-tiny')
-rwxr-xr-x | community/gettext-tiny/build | 11 | ||||
-rw-r--r-- | community/gettext-tiny/checksums | 2 | ||||
-rw-r--r-- | community/gettext-tiny/meta | 3 | ||||
-rw-r--r-- | community/gettext-tiny/sources | 1 | ||||
-rw-r--r-- | community/gettext-tiny/version | 1 |
5 files changed, 18 insertions, 0 deletions
diff --git a/community/gettext-tiny/build b/community/gettext-tiny/build new file mode 100755 index 00000000..f2fc7bb7 --- /dev/null +++ b/community/gettext-tiny/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +mk() { + make \ + prefix=/usr \ + LIBINTL=MUSL \ + "$@" +} + +mk +mk DESTDIR="$1" install diff --git a/community/gettext-tiny/checksums b/community/gettext-tiny/checksums new file mode 100644 index 00000000..daec6fd2 --- /dev/null +++ b/community/gettext-tiny/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +f5f2643753c26840d5c4a941f7c968d2373c6c3af29d7cb4f285077a9fff3c87 v0.3.2.tar.gz diff --git a/community/gettext-tiny/meta b/community/gettext-tiny/meta new file mode 100644 index 00000000..dd82898b --- /dev/null +++ b/community/gettext-tiny/meta @@ -0,0 +1,3 @@ +description: Stub and lightweight replacement of GNU Gettext suite +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/community/gettext-tiny/sources b/community/gettext-tiny/sources new file mode 100644 index 00000000..efc63e1b --- /dev/null +++ b/community/gettext-tiny/sources @@ -0,0 +1 @@ +https://github.com/sabotage-linux/gettext-tiny/archive/refs/tags/v0.3.2.tar.gz diff --git a/community/gettext-tiny/version b/community/gettext-tiny/version new file mode 100644 index 00000000..ef5b8449 --- /dev/null +++ b/community/gettext-tiny/version @@ -0,0 +1 @@ +0.3.2 1 |