20 lines
600 B
Bash
20 lines
600 B
Bash
# Template file for 'ibus-array'
|
|
pkgname=ibus-array
|
|
version=0.2.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake pkg-config python3 gettext-devel libtool"
|
|
makedepends="ibus-devel gettext-devel sqlite-devel"
|
|
short_desc="Array 30 engine for iBus"
|
|
maintainer="CToID <funk443@yandex.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/lexical/ibus-array"
|
|
distfiles="https://github.com/lexical/ibus-array/archive/refs/tags/release-${version}.tar.gz"
|
|
checksum=736fee6de90674619f6ad9b0821dc989d91c7b9f364cd7b2b228fdecd9814f85
|
|
|
|
python_version=3
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|