desktop/focuswriter/PKGBUILD
2019-01-01 11:50:51 +01:00

26 lines
705 B
Bash

pkgname=focuswriter
pkgver=1.7.1
pkgrel=2
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=('0190fff4930213b2e32d5d76750af784f45f89046d239da466dc5c9f625ec05b')
build() {
cd $pkgname-$pkgver
qmake-qt5 PREFIX=/usr
make
}
package() {
cd $pkgname-$pkgver
make INSTALL_ROOT=$pkgdir install
}