summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortaotieren2021-05-11 19:05:29 +0800
committertaotieren2021-05-11 19:05:29 +0800
commitb303ae47f2b3a8d9d2e8393dd29db4641bd5565e (patch)
tree9437eb6f0c26d53a8f6034aae6ed5ec31dd9b813 /PKGBUILD
parent02d2d67794afee5f076a76e9c66b54f1e300cfaa (diff)
downloadaur-b303ae47f2b3a8d9d2e8393dd29db4641bd5565e.tar.gz
Update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04851367a0fd..16e46c6bb962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=nucleistudioide
pkgver=202102
-pkgrel=7
+pkgrel=8
pkgdesc="Nuclei Studio IDE 是基于 MCU Eclipse IDE 开发的一款针对芯来公司处理器核产品的集成开发环境工具,用于 RISC-V 开发继承了 Eclipse IDE 平台的各种优势。"
arch=("x86_64")
makedepends=()
-depends=('java-runtime' 'jlink-software-and-documentation')
-optdepends=('nuclei-gcc' 'nuclei-openocd')
+depends=('java-runtime' 'jlink-software-and-documentation' 'nuclei-gcc' 'nuclei-openocd')
+optdepends=()
conflicts=()
url="https://www.nucleisys.com/download.php"
license=('unknow')
@@ -23,6 +23,8 @@ package() {
install -d -m755 "${pkgdir}/opt/nuclei"
tar zxf "NucleiStudio_IDE_${pkgver}-lin64.tgz"
rm -rf "NucleiStudio_IDE_${pkgver}/NucleiStudio/jre"
+ rm -rf "NucleiStudio_IDE_${pkgver}/NucleiStudio/toolchain/openocd"
+ rm -rf "NucleiStudio_IDE_${pkgver}/NucleiStudio/toolchain/gcc"
mv "${srcdir}/NucleiStudio_IDE_${pkgver}/NucleiStudio" "${pkgdir}/opt/nuclei"