[arch-commits] Commit in maturin/repos (3 files)
Johannes Löthberg
demize at archlinux.org
Sun Mar 29 12:17:50 UTC 2020
Date: Sunday, March 29, 2020 @ 12:17:49
Author: demize
Revision: 605884
db-move: moved maturin from [community-testing] to [community] (x86_64)
Added:
maturin/repos/community-x86_64/
maturin/repos/community-x86_64/PKGBUILD
(from rev 605883, maturin/repos/community-testing-x86_64/PKGBUILD)
Deleted:
maturin/repos/community-testing-x86_64/
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: maturin/repos/community-x86_64/PKGBUILD (from rev 605883, maturin/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2020-03-29 12:17:49 UTC (rev 605884)
@@ -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