~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH] testing/libgrapheme: new aport

Pedro Lucas Porcellis <porcellis@eletrotupi.com>
Details
Message ID
<20211223020115.5050-1-porcellis@eletrotupi.com>
DKIM signature
missing
Download raw message
Patch: +31 -0
https://libs.suckless.org/libgrapheme/

The libgrapheme library provides functions to properly handle Unicode
strings according to the Unicode specification.
---
 testing/libgrapheme/APKBUILD | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 testing/libgrapheme/APKBUILD

diff --git a/testing/libgrapheme/APKBUILD b/testing/libgrapheme/APKBUILD
new file mode 100644
index 0000000000..3b10716eb1
--- /dev/null
+++ b/testing/libgrapheme/APKBUILD
@@ -0,0 +1,31 @@
# Maintainer: Pedro Lucas Porcellis <porcellis@eletrotupi.com>
pkgname=libgrapheme
pkgver=1
pkgrel=0
pkgdesc="grapheme cluster utility library"
url="https://libs.suckless.org/libgrapheme"
arch="all"
license="ISC"
makedepends="make"
subpackages="$pkgname-doc"
source="https://dl.suckless.org/libgrapheme/libgrapheme-$pkgver.tar.gz"

prepare() {
	default_prepare
	sed -i 's|/usr/local|/usr|' config.mk
}

build() {
	make all
}

check() {
	make test
}

package() {
	make install PREFIX=/usr DESTDIR="$pkgdir"
}
sha512sums="
c0f3300d30707266e44ee01f359204720ae1770788cec509b03be914f8581caae144fb72952d111f108ebef21fd96b5ca2cf69463ee569bce4bba8645942ee05  libgrapheme-1.tar.gz
"
-- 
2.34.1
Details
Message ID
<164022548688.14324.9354285159155246187.gitlab.28766.a892bcbfacfb15b2aa53bf3264dd7b95a7187c49@listserv.local>
In-Reply-To
<20211223020115.5050-1-porcellis@eletrotupi.com> (view parent)
DKIM signature
missing
Download raw message
On Wed, 22 Dec 2021 23:01:15 -0300, Pedro Lucas Porcellis wrote:
> +license="ISC"
> +makedepends="make"
> +subpackages="$pkgname-doc"

missing a `$pkgname-dev` subpackage

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28766#note_200581
Pedro Lucas Porcellis <no-reply@dispatch.alpinelinux.org>
Details
Message ID
<164023073869.14324.11673782433368874667.gitlab.28766.a892bcbfacfb15b2aa53bf3264dd7b95a7187c49@listserv.local>
In-Reply-To
<164022548688.14324.9354285159155246187.gitlab.28766.a892bcbfacfb15b2aa53bf3264dd7b95a7187c49@listserv.local> (view parent)
DKIM signature
missing
Download raw message
On Wed, 22 Dec 2021 23:01:15 -0300, Pedro Lucas Porcellis wrote:
> +license="ISC"
> +makedepends="make"
> +subpackages="$pkgname-doc"

Sent a v2. Will close this MR.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28766#note_200591
Reply to thread Export thread (mbox)