diff --git a/srcpkgs/ibus-avro/template b/srcpkgs/ibus-avro/template new file mode 100644 index 00000000000..e975038201d --- /dev/null +++ b/srcpkgs/ibus-avro/template @@ -0,0 +1,20 @@ +# 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 " +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 +}