# Description: Geany is a small and lightweight Integrated Development Environment. # URL: https://www.geany.org/ # Maintainer: Hendrik Roeder, hendrik at hr94 dot de # Depends on: gtk glib pango atk name=geany version=1.38 release=2 source=(https://download.geany.org/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --enable-plugins make DESTDIR=$PKG make install # Remove documentation rm -rf $PKG/usr/share/{doc,locale} }