mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
26 lines
782 B
Bash
26 lines
782 B
Bash
pkgname=focuswriter
|
|
pkgver=1.5.5
|
|
pkgrel=2
|
|
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")
|
|
sha512sums=('aed6a2e203dcf349ff7fef6caa8e7ab1dbba80da988933c06d6f4ea1ad49ad4c4546b30aaacf9373d1234cb8934daac36f00d0d7b3512d9c3fc4f1e1b273a766')
|
|
|
|
build() {
|
|
cd $srcdir/$pkgname-$pkgver
|
|
qmake-qt5 PREFIX=/usr
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd $srcdir/$pkgname-$pkgver
|
|
make INSTALL_ROOT=$pkgdir install
|
|
}
|