summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Beslik2020-03-14 21:49:07 +0200
committerRoman Beslik2020-03-14 21:49:07 +0200
commit3079f1b5717a2af85226f4db047df3d9bd45d141 (patch)
tree899e4b2b86d98a3567911672a294d65b95172376
parentd6818098502b9d5044c50d1469bda8a7dc09fad4 (diff)
downloadaur-3079f1b5717a2af85226f4db047df3d9bd45d141.tar.gz
csi
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b168c604d46..c93a1390254e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mono-alt-csc
- pkgdesc = Free implementation of the .NET platform including runtime and compiler. "csc" is renamed to "mono-csc".
+ pkgdesc = Free implementation of the .NET platform including runtime and compiler. "csc" is renamed to "mono-csc". "csi" is renamed to "mono-csi".
pkgver = 6.4.0.198
pkgrel = 1
url = https://www.mono-project.com/
diff --git a/PKGBUILD b/PKGBUILD
index 527faf348740..250d6a7602ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=mono-alt-csc
_gitcommit=fe64a4765e6d1dbb41d5c86708fcb02aa519247a
pkgver=6.4.0.198
pkgrel=1
-pkgdesc='Free implementation of the .NET platform including runtime and compiler. "csc" is renamed to "mono-csc".'
+pkgdesc='Free implementation of the .NET platform including runtime and compiler. "csc" is renamed to "mono-csc". "csi" is renamed to "mono-csi".'
url='https://www.mono-project.com/'
arch=('x86_64')
license=('GPL' 'LGPL2.1' 'MPL')
@@ -105,6 +105,7 @@ package() {
make DESTDIR="${pkgdir}" install
make -C mcs/jay DESTDIR="${pkgdir}" prefix=/usr INSTALL=../../install-sh install
mv "${pkgdir}/usr/bin/csc" "${pkgdir}/usr/bin/mono-csc"
+ mv "${pkgdir}/usr/bin/csi" "${pkgdir}/usr/bin/mono-csi"
install -Dm 644 "${srcdir}/mono.binfmt.d" "${pkgdir}/usr/lib/binfmt.d/mono.conf"
}