aboutsummaryrefslogtreecommitdiffstats
path: root/main/fribidi
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-07-20 07:24:59 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2018-08-30 15:05:54 +0000
commit2c8df03cade566812e0e650f78d529e26a180bb9 (patch)
treeba5bdad97f69c23e1c08c0387d48be6115b66ea5 /main/fribidi
parentf9e9e6f0084ae23122970771bcf1269d6546b5dc (diff)
downloadaports-2c8df03cade566812e0e650f78d529e26a180bb9.tar.bz2
aports-2c8df03cade566812e0e650f78d529e26a180bb9.tar.xz
main/fribidi: use official project url
Add documentation subpackage
Diffstat (limited to 'main/fribidi')
-rw-r--r--main/fribidi/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/fribidi/APKBUILD b/main/fribidi/APKBUILD
index 68b847c849..c433c60d89 100644
--- a/main/fribidi/APKBUILD
+++ b/main/fribidi/APKBUILD
@@ -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"