[arch-commits] Commit in referenceassemblies-pcl (3 files)

Maxime Gauduin alucryd at archlinux.org
Mon Dec 19 13:56:33 UTC 2016


    Date: Monday, December 19, 2016 @ 13:56:33
  Author: alucryd
Revision: 200306

archrelease: copy trunk to community-any

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

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

Copied: referenceassemblies-pcl/repos/community-any/PKGBUILD (from rev 200305, referenceassemblies-pcl/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2016-12-19 13:56:33 UTC (rev 200306)
@@ -0,0 +1,30 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Milian Reichardt <mreichardt95 at gmail.com>
+
+pkgname=referenceassemblies-pcl
+pkgver=4.6
+pkgrel=1
+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:



More information about the arch-commits mailing list