[arch-commits] Commit in libslirp-rs/repos/community-x86_64 (PKGBUILD PKGBUILD)

Frederik Schwan freswa at archlinux.org
Sat Oct 17 17:10:05 UTC 2020


    Date: Saturday, October 17, 2020 @ 17:10:05
  Author: freswa
Revision: 725504

archrelease: copy trunk to community-x86_64

Added:
  libslirp-rs/repos/community-x86_64/PKGBUILD
    (from rev 725503, libslirp-rs/trunk/PKGBUILD)
Deleted:
  libslirp-rs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-17 17:05:35 UTC (rev 725503)
+++ PKGBUILD	2020-10-17 17:10:05 UTC (rev 725504)
@@ -1,25 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: loqs
-
-pkgname=rust-libslirp
-pkgver=4.2.2
-pkgrel=1
-pkgdesc='High-level bindings & helper process for libslirp.'
-url='https://gitlab.freedesktop.org/slirp/libslirp-rs'
-arch=('x86_64')
-license=('MIT')
-depends=('dbus' 'libslirp')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/libslirp/${pkgver}/download")
-b2sums=('890f0758d6315f6b00fc06be86ec449aa92bfe6af38d05f92396cbaec46bd4307618164556ebf5e009b4012ecc7a72d6df5e22a5bb88f00b9433efdeaa50ab18')
-
-build() {
-  cd ${pkgname#rust-}-${pkgver}
-  cargo build --release --locked --all-features --target-dir=target
-}
-
-package() {
-  cd ${pkgname#rust-}-${pkgver}
-  install -Dm755 "target/release/libslirp-helper" "${pkgdir}"/usr/bin/slirp-helper
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: libslirp-rs/repos/community-x86_64/PKGBUILD (from rev 725503, libslirp-rs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-17 17:10:05 UTC (rev 725504)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: loqs
+
+pkgname=rust-libslirp
+pkgver=4.2.2
+pkgrel=1
+pkgdesc='High-level bindings & helper process for libslirp.'
+url='https://gitlab.freedesktop.org/slirp/libslirp-rs'
+arch=('x86_64')
+license=('MIT')
+depends=('dbus' 'libslirp')
+makedepends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/libslirp/${pkgver}/download")
+b2sums=('890f0758d6315f6b00fc06be86ec449aa92bfe6af38d05f92396cbaec46bd4307618164556ebf5e009b4012ecc7a72d6df5e22a5bb88f00b9433efdeaa50ab18')
+
+build() {
+  cd ${pkgname#rust-}-${pkgver}
+  cargo build --release --locked --all-features --target-dir=target
+}
+
+package() {
+  cd ${pkgname#rust-}-${pkgver}
+  install -Dm755 "target/release/libslirp-helper" "${pkgdir}"/usr/bin/slirp-helper
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list