19 lines
730 B
Bash
19 lines
730 B
Bash
# Template file for 'ibus-hangul'
|
|
pkgname=ibus-hangul
|
|
version=1.5.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--libexec=/usr/lib/ibus --with-python=/usr/bin/python3"
|
|
hostmakedepends="gettext-devel 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=e6b3705c1a81e2cb83948b8d7d2540fac04faf09c8d1e170a99899cb1450457a
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" python3"
|
|
fi
|