Skip to content

Commit

Permalink
Add harfbuzz 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Jun 12, 2017
1 parent ba01cb4 commit abb4ae9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions harfbuzz/VITABUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
pkgname=harfbuzz
pkgver=1.4.6
pkgrel=1
url="http://harfbuzz.org/"
source=("https://github.com/behdad/harfbuzz/releases/download/${pkgver}/harfbuzz-${pkgver}.tar.bz2")
sha256sums=('21a78b81cd20cbffdb04b59ac7edfb410e42141869f637ae1d6778e74928d293')

build() {
cd harfbuzz-$pkgver
mkdir build && cd build
cmake .. $CMARGS -DCMAKE_INSTALL_PREFIX=$prefix
make
}

package () {
cd harfbuzz-$pkgver/build
make DESTDIR=$pkgdir install
}
1 change: 1 addition & 0 deletions travis_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ b libjpeg-turbo
b jansson
b yaml-cpp
b freetype
b harfbuzz
b fftw
b libvita2d
b libmad
Expand Down

0 comments on commit abb4ae9

Please sign in to comment.