20 lines
565 B
Bash
20 lines
565 B
Bash
# Template file for 'ibus-avro'
|
|
pkgname=ibus-avro
|
|
version=1.2
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gnu-configure
|
|
make_install_target="installdeb"
|
|
hostmakedepends="automake pkg-config"
|
|
makedepends="ibus-devel"
|
|
depends="ibus gjs"
|
|
short_desc="Avro Phonetic Bangla typing for Linux"
|
|
maintainer="Nafis <mnabid.25@outlook.com>"
|
|
license="MPL-1.1"
|
|
homepage="https://linux.omicronlab.com"
|
|
distfiles="https://github.com/sarim/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=9d00f12f2d01916e56533fd0267173b644a57161770b60a0f4d9daa61fe8bd1a
|
|
|
|
pre_configure() {
|
|
autoreconf -vfi
|
|
}
|