Date: Tuesday, July 7, 2020 @ 16:56:43
  Author: felixonmars
Revision: 659484

archrelease: copy trunk to community-staging-any

Added:
  referenceassemblies-pcl/repos/community-staging-any/
  referenceassemblies-pcl/repos/community-staging-any/PKGBUILD
    (from rev 659483, referenceassemblies-pcl/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: referenceassemblies-pcl/repos/community-staging-any/PKGBUILD (from rev 
659483, referenceassemblies-pcl/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2020-07-07 16:56:43 UTC (rev 659484)
@@ -0,0 +1,30 @@
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+# Contributor: Milian Reichardt <mreichard...@gmail.com>
+
+pkgname=referenceassemblies-pcl
+pkgver=4.6
+pkgrel=3
+pkgdesc='Microsoft .NET Portable Library Reference Assemblies'
+arch=('any')
+license=('custom')
+url="http://www.microsoft.com/en-us/download/details.aspx?id=40727";
+depends=('mono')
+makedepends=('git')
+conflicts=('mono-pcl')
+provides=('mono-pcl')
+_commit='874cf94eeaf35aa267878f9983b280a00e7bed19'
+source=("git+https://github.com/directhex/xamarin-referenceassemblies-pcl#commit=${_commit}";
+        
'https://github.com/directhex/xamarin-referenceassemblies-pcl/raw/centos/EULA.rtf')
+sha256sums=('SKIP'
+            '9643c50ddbc7545b873265457a9662fb2da104db800315c3141f04364717b91e')
+
+package() {
+  cd xamarin-referenceassemblies-pcl
+
+  install -dm 755 "${pkgdir}"/usr/lib/mono/xbuild-frameworks/.NETPortable/
+  cp -dr --no-preserve='ownership' v4.{0,5,6} 
"${pkgdir}"/usr/lib/mono/xbuild-frameworks/.NETPortable/
+
+  install -Dm 644 ../EULA.rtf -t 
"${pkgdir}"/usr/share/licenses/referenceassemblies-pcl/
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to