[arch-commits] Commit in dummyhttp/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Sat Sep 3 04:54:37 UTC 2022
Date: Saturday, September 3, 2022 @ 04:54:36
Author: svenstaro
Revision: 1291023
archrelease: copy trunk to community-x86_64
Added:
dummyhttp/repos/community-x86_64/PKGBUILD
(from rev 1291022, dummyhttp/trunk/PKGBUILD)
Deleted:
dummyhttp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 04:54:28 UTC (rev 1291022)
+++ PKGBUILD 2022-09-03 04:54:36 UTC (rev 1291023)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-pkgname=dummyhttp
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="Super simple HTTP server that replies a fixed body with a fixed response code"
-arch=('x86_64')
-url="https://github.com/svenstaro/dummyhttp"
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/svenstaro/dummyhttp/archive/${pkgver}.tar.gz")
-sha512sums=('913d913a1d4cb29e1668a5cdf7029a46351142d0b93180199c5c42f039a961ace1a8b894d5f743b5fb2beb860c2f3a9b424dd48ca828ae1055a0da64c77890ae')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- cargo build --release --locked
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- install -Dm755 target/release/dummyhttp "$pkgdir"/usr/bin/dummyhttp
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: dummyhttp/repos/community-x86_64/PKGBUILD (from rev 1291022, dummyhttp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-03 04:54:36 UTC (rev 1291023)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+pkgname=dummyhttp
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Super simple HTTP server that replies a fixed body with a fixed response code"
+arch=('x86_64')
+url="https://github.com/svenstaro/dummyhttp"
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/svenstaro/dummyhttp/archive/v${pkgver}.tar.gz")
+sha512sums=('56f49b7af96ea49b0a7c5a817910ad796621502e6b3b54a0c22975e045f9df0053fe362f048ba9c9b61a81b37bf261f56242fe4fdf4add743622084627413767')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ cargo build --release --locked
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ install -Dm755 target/release/dummyhttp "$pkgdir"/usr/bin/dummyhttp
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list