# URL:https://github.com/tsujan/FeatherPad # Maintainer: victor, victorpr at vivaldi dot net # Depends on: qt5 hunspell name=featherpad iname=FeatherPad version=0.16.0 release=1 source=(https://github.com/tsujan/$iname/archive/V$version/$iname-$version.tar.gz) build() { cmake $iname-$version \ -DCMAKE_INSTALL_PREFIX=/usr make && make DESTDIR=$PKG install }