desktop/focuswriter/PKGBUILD
2018-09-04 02:02:45 +02:00

26 lines
706 B
Bash

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