mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 05:37:15 +08:00
26 lines
703 B
Bash
26 lines
703 B
Bash
pkgname=focuswriter
|
|
pkgver=1.6.10
|
|
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=('ba2fa56bb2b4ddde67203ef334a96d38eaa70b9120d52e949aed2a5a3cf32b43')
|
|
|
|
build() {
|
|
cd $pkgname-$pkgver
|
|
qmake-qt5 PREFIX=/usr
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd $pkgname-$pkgver
|
|
make INSTALL_ROOT=$pkgdir install
|
|
}
|