desktop/qownnotes/PKGBUILD

24 lines
596 B
Bash
Raw Normal View History

2016-11-15 03:58:56 +08:00
pkgname=qownnotes
2018-06-26 22:30:24 +08:00
pkgver=18.06.6
2016-11-15 03:58:56 +08:00
pkgrel=1
pkgdesc="Open source notepad and todo list manager with markdown support and ownCloud integration"
arch=('x86_64')
url='http://www.qownnotes.org/'
license=('GPL2')
depends=('qt5-base' 'qt5-svg' 'qt5-declarative' 'openssl')
makedepends=('qt5-tools')
2018-04-18 15:57:47 +08:00
source=("http://downloads.sourceforge.net/project/$pkgname/src/$pkgname-$pkgver.tar.xz")
2018-06-26 22:30:24 +08:00
sha256sums=('08d6f55f0808763aa9f133f58c1954bfc4f321db9e2d8928dbf9ff627e30725f')
2016-11-15 03:58:56 +08:00
build() {
2018-04-18 15:57:47 +08:00
cd $pkgname-$pkgver
2016-11-15 03:58:56 +08:00
qmake-qt5
make
}
package() {
2018-04-18 15:57:47 +08:00
cd $pkgname-$pkgver
2016-11-15 03:58:56 +08:00
2018-04-18 15:57:47 +08:00
make INSTALL_ROOT=$pkgdir install
2016-11-15 03:58:56 +08:00
}