20 lines
724 B
Bash
20 lines
724 B
Bash
# Template file for 'ibus-hangul'
|
|
pkgname=ibus-hangul
|
|
version=1.5.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--libexec=/usr/lib/ibus --with-python=/usr/bin/python3"
|
|
hostmakedepends="gettext libtool pkg-config swig"
|
|
makedepends="ibus-devel libhangul-devel python-gobject-devel"
|
|
depends="ibus librsvg python3-gobject"
|
|
short_desc="Korean input engine for IBus"
|
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/choehwanjin/ibus-hangul"
|
|
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=5e661cd77a327b1eafacd537f7d839a61a374e951bd382044e799371855a0090
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" python3"
|
|
fi
|