[arch-commits] Commit in rkward (3 files)
Antonio Rojas
arojas at archlinux.org
Wed Jan 22 09:30:59 UTC 2020
Date: Wednesday, January 22, 2020 @ 09:30:59
Author: arojas
Revision: 553438
archrelease: copy trunk to community-x86_64
Added:
rkward/repos/
rkward/repos/community-x86_64/
rkward/repos/community-x86_64/PKGBUILD
(from rev 553437, rkward/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: rkward/repos/community-x86_64/PKGBUILD (from rev 553437, rkward/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-01-22 09:30:59 UTC (rev 553438)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor : Vassilis Palassopoulos <palasso [at] gmail [dot] com>
+
+pkgname=rkward
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="An easy to use and easily extensible IDE/GUI for R"
+url="https://rkward.kde.org/"
+arch=(x86_64)
+license=(GPL)
+depends=(kdewebkit ktexteditor qt5-script r)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/rkward/$pkgver/src/$pkgname-$pkgver.tar.gz")
+sha256sums=('02a96450ef4275d38b9ff6fd13d98bcf353c5388399a813a111b640d7c61c834')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+
+ rm "$pkgdir"/usr/share/org.kde.syntax-highlighting/syntax/r.xml # provided by syntax-highlighting
+}
More information about the arch-commits
mailing list