description="Fast and lightweight IDE" url="https://www.geany.org" license="GPL2" contributors="Pierre,Greg,Tnut" packager="spiky " makedepends=(gtk3) run=(hicolor-icon-theme desktop-file-utils) name=geany version=2.0 source=(http://download.$name.org/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr make make DESTDIR=$PKG install install -Dm644 COPYING $PKG/usr/share/licenses/$name/COPYING }