desktop/focuswriter/PKGBUILD
2017-12-30 13:50:36 +00:00

26 lines
702 B
Bash

pkgname=focuswriter
pkgver=1.6.8
pkgrel=1
pkgdesc="A simple fullscreen word processor."
arch=('x86_64')
url="http://gottcode.org/$pkgname/"
screenshot="http://gottcode.org/focuswriter/screenshots/focuswriter_image.png"
license=('GPL3')
depends=('qt5-base' 'qt5-multimedia' 'hunspell')
makedepends=('qt5-tools')
categories=('office')
screenshot=("http://gottcode.org/focuswriter/screenshots/focuswriter_stats.png")
source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
sha256sums=('57d591356ac0ce54da67ede9a3c171d6ef1a7288ffaa1b27be0db6a37a4a58b4')
build() {
cd $pkgname-$pkgver
qmake-qt5 PREFIX=/usr
make
}
package() {
cd $pkgname-$pkgver
make INSTALL_ROOT=$pkgdir install
}