[arch-commits] Commit in rust-bindgen/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Feb 24 12:16:54 UTC 2021
Date: Wednesday, February 24, 2021 @ 12:16:53
Author: felixonmars
Revision: 871317
archrelease: copy trunk to community-x86_64
Added:
rust-bindgen/repos/community-x86_64/PKGBUILD
(from rev 871316, rust-bindgen/trunk/PKGBUILD)
Deleted:
rust-bindgen/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-24 12:16:40 UTC (rev 871316)
+++ PKGBUILD 2021-02-24 12:16:53 UTC (rev 871317)
@@ -1,25 +0,0 @@
-# Maintainer : Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rust-bindgen
-pkgver=0.56.0
-pkgrel=1
-pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) libraries'
-url='https://github.com/rust-lang/rust-bindgen'
-depends=('gcc-libs' 'clang')
-makedepends=('rust')
-arch=('x86_64')
-license=('BSD')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz")
-sha512sums=('ef626eb6cdc77bdf57b84f106572f2314289ddb597126124c32a4dc3957402649904847df537e6e8db882426885e9eabe34be5ad16abea01277b748690a17626')
-
-build() {
- cd $pkgname-$pkgver
- cargo build --release
-}
-
-package() {
- cd $pkgname-$pkgver
- install -Dm755 target/release/bindgen "$pkgdir"/usr/bin/bindgen
-
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: rust-bindgen/repos/community-x86_64/PKGBUILD (from rev 871316, rust-bindgen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-24 12:16:53 UTC (rev 871317)
@@ -0,0 +1,25 @@
+# Maintainer : Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rust-bindgen
+pkgver=0.57.0
+pkgrel=1
+pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) libraries'
+url='https://github.com/rust-lang/rust-bindgen'
+depends=('gcc-libs' 'clang')
+makedepends=('rust')
+arch=('x86_64')
+license=('BSD')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz")
+sha512sums=('c06ef97212f0003bc105003d696221dc11db121d4d144332452f81fdee5322e7d522ac7bfb4f988a7deba0657b024ea22b25486e2e6884a182cdc09db10a8446')
+
+build() {
+ cd $pkgname-$pkgver
+ cargo build --release
+}
+
+package() {
+ cd $pkgname-$pkgver
+ install -Dm755 target/release/bindgen "$pkgdir"/usr/bin/bindgen
+
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list