mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/fribidi: use official project url
Add documentation subpackage
This commit is contained in:
parent
f9e9e6f008
commit
2c8df03cad
@ -3,13 +3,14 @@ pkgname=fribidi
|
||||
pkgver=1.0.5
|
||||
pkgrel=0
|
||||
pkgdesc="Free Implementation of the Unicode Bidirectional Algorithm"
|
||||
url="http://fribidi.org"
|
||||
url="https://github.com/fribidi/fribidi"
|
||||
arch="all"
|
||||
license="LGPL-2.0-or-later"
|
||||
subpackages="$pkgname-dev"
|
||||
subpackages="$pkgname-doc $pkgname-dev"
|
||||
depends=""
|
||||
makedepends=""
|
||||
source="https://github.com/fribidi/fribidi/releases/download/v$pkgver/fribidi-$pkgver.tar.bz2"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user