21 lines
565 B
Bash
21 lines
565 B
Bash
|
# Template file for 'ibus-avro'
|
||
|
pkgname=ibus-avro
|
||
|
version=1.1
|
||
|
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=402117a38d5d646f73775eb9ca33a685245caf897f3ecf04f845ac1789988fd0
|
||
|
|
||
|
pre_configure() {
|
||
|
autoreconf -vfi
|
||
|
}
|