Date: Wednesday, November 25, 2020 @ 19:51:37 Author: arojas Revision: 761241
Add nota Added: nota/ nota/trunk/ nota/trunk/PKGBUILD ----------+ PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) Added: nota/trunk/PKGBUILD =================================================================== --- nota/trunk/PKGBUILD (rev 0) +++ nota/trunk/PKGBUILD 2020-11-25 19:51:37 UTC (rev 761241) @@ -0,0 +1,23 @@ +# Maintainer: Antonio Rojas <[email protected]> + +pkgname=nota +pkgver=1.2.0 +pkgrel=1 +pkgdesc="Multi-platform text editor" +url="https://mauikit.org/" +arch=(x86_64) +license=(GPL3) +depends=(mauikit hicolor-icon-theme) +makedepends=(extra-cmake-modules qt5-webengine) +groups=(maui) +source=(https://invent.kde.org/maui/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz) +sha256sums=('0793208b9388bb2e2d835cab9ff4af187c9cba22de3f639326d48deb63d50a2a') + +build() { + cmake -B build -S $pkgname-v$pkgver + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}
