Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: ibus-array-0.2.2 #37372

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions srcpkgs/ibus-array/template
@@ -0,0 +1,21 @@
# Template file for 'ibus-array'
pkgname=ibus-array
version=0.2.2
revision=1
wrksrc=${pkgname}-release-${version}
build_style=gnu-configure
configure_args="prefix=/usr --host=${XBPS_MACHINE%-musl}"
hostmakedepends="automake pkg-config python3 ibus-devel gettext-devel sqlite-devel libtool"
makedepends="ibus-devel gettext-devel sqlite-devel"
depends="ibus"
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() {
$wrksrc/autogen.sh --host=${XBPS_MACHINE%-musl}
}