[arch-commits] Commit in maturin (3 files)

Johannes Löthberg demize at archlinux.org
Sun Mar 29 03:46:15 UTC 2020


    Date: Sunday, March 29, 2020 @ 03:46:15
  Author: demize
Revision: 605875

archrelease: copy trunk to community-testing-x86_64

Added:
  maturin/repos/
  maturin/repos/community-testing-x86_64/
  maturin/repos/community-testing-x86_64/PKGBUILD
    (from rev 605874, maturin/trunk/PKGBUILD)

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

Copied: maturin/repos/community-testing-x86_64/PKGBUILD (from rev 605874, maturin/trunk/PKGBUILD)
===================================================================
--- repos/community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-testing-x86_64/PKGBUILD	2020-03-29 03:46:15 UTC (rev 605875)
@@ -0,0 +1,24 @@
+pkgname=maturin
+pkgver=0.7.9
+pkgrel=1
+
+pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
+url="https://github.com/PyO3/maturin"
+arch=(x86_64)
+license=(Apache)
+
+depends=(rust)
+makedepends=(git)
+
+source=(git+https://github.com/PyO3/maturin#tag=v$pkgver)
+sha256sums=(SKIP)
+
+build() {
+  cd maturin
+  cargo build --release --locked --all-features
+}
+
+package() {
+  cd maturin
+  install -Dm755 target/release/maturin "$pkgdir"/usr/bin/maturin
+}



More information about the arch-commits mailing list