15 lines
302 B
Plaintext
15 lines
302 B
Plaintext
# Description: Meta port to install icu before harbuzz.
|
|
# URL: https://www.freedesktop.org/wiki/Software/HarfBuzz
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
# Depends on: icu harfbuzz
|
|
# Optional: graphite2
|
|
|
|
name=harfbuzz-icu
|
|
version=2.8.1
|
|
release=1
|
|
source=()
|
|
|
|
build() {
|
|
install -d $PKG/usr
|
|
}
|