[arch-commits] Commit in cura-resources-materials/repos (2 files)

Jelle van der Waa jelle at archlinux.org
Thu Dec 12 20:04:27 UTC 2019


    Date: Thursday, December 12, 2019 @ 20:04:25
  Author: jelle
Revision: 537466

archrelease: copy trunk to community-testing-any

Added:
  cura-resources-materials/repos/community-testing-any/
  cura-resources-materials/repos/community-testing-any/PKGBUILD
    (from rev 537465, cura-resources-materials/trunk/PKGBUILD)

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

Copied: cura-resources-materials/repos/community-testing-any/PKGBUILD (from rev 537465, cura-resources-materials/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2019-12-12 20:04:25 UTC (rev 537466)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Uffe Jakobsen <my first name [at] my first name [dot] org>
+ 
+pkgname=cura-resources-materials
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Missing materials resources for Cura"
+url="https://ultimaker.com/en/products/cura-software"
+license=("AGPL")
+arch=("any")
+source=(fdm_materials-$pkgver.tar.gz::https://github.com/Ultimaker/fdm_materials/archive/${pkgver}.tar.gz)
+sha1sums=('84e3a2dd28ec48926ef4904eac3e33d387832551')
+
+package()
+{
+  mkdir -p "${pkgdir}/usr/share/cura/resources/materials"
+  cp -r ${srcdir}/fdm_materials-${pkgver}/*.fdm_material "${pkgdir}/usr/share/cura/resources/materials/"
+}



More information about the arch-commits mailing list