pkgname: 'notepad-next' pkgver: '0.5' pkgrel: '1' pkgdesc: 'A cross-platform, reimplementation of Notepad++' url: 'https://github.com/dail8859/NotepadNext' arch: x86_64 depends: - 'gtk-update-icon-cache' - 'shared-mime-info' - 'desktop-file-utils' - 'hicolor-icon-theme' makedepends: - qtbase - qtx11extras - git source: [] sha256sums: [] build: | git clone --recurse-submodules https://github.com/dail8859/NotepadNext.git ${pkgname}-${pkgver} cd ${pkgname}-${pkgver} git checkout v${pkgver} mkdir build cd build qmake ../${pkgname}-${pkgver}/src/NotepadNext.pro make make INSTALL_ROOT=${PKGDIR} install package: | true