[arch-commits] Commit in osbuild/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Thu Aug 25 09:15:52 UTC 2022
Date: Thursday, August 25, 2022 @ 09:15:52
Author: jelle
Revision: 1278278
archrelease: copy trunk to community-any
Added:
osbuild/repos/community-any/PKGBUILD
(from rev 1278277, osbuild/trunk/PKGBUILD)
Deleted:
osbuild/repos/community-any/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-25 09:15:40 UTC (rev 1278277)
+++ PKGBUILD 2022-08-25 09:15:52 UTC (rev 1278278)
@@ -1,40 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Achilleas Koutsou <achilleas at koutsou.net>
-
-pkgname=osbuild
-pkgdesc='Build Pipelines for Operating System Artifacts'
-pkgver=63
-pkgrel=2
-url="https://www.osbuild.org"
-arch=(any)
-license=(Apache)
-depends=(bubblewrap curl e2fsprogs qemu-img python util-linux python-yaml python-jsonschema python-toml)
-makedepends=(make python-docutils python-setuptools)
-optdepends=('dnf: build rpm/dnf images'
- 'pacman: build pacman images')
-source=($pkgname-$pkgver.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('4005cd050e34ec2be2fa7387d6e5913c77f69d54dff2a407894c67f35fd0f633')
-
-prepare() {
- cd $pkgname-$pkgver
-}
-
-build() {
- cd $pkgname-$pkgver
- python setup.py build
-}
-
-package() {
- cd $pkgname-$pkgver
- make man
- python setup.py install --skip-build --root="$pkgdir"
-
- install -m 0755 -d "$pkgdir/usr/lib/osbuild/osbuild"
-
- for group in assemblers devices inputs runners schemas sources stages mounts ; do
- cp -vdr --no-preserve=ownership "$group" "$pkgdir/usr/lib/osbuild/"
- done
-
- # udev rules
- install -Dm644 data/10-osbuild-inhibitor.rules "$pkgdir"/usr/lib/udev/rules.d/10-osbuild-inhibitor.rules
-}
Copied: osbuild/repos/community-any/PKGBUILD (from rev 1278277, osbuild/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-25 09:15:52 UTC (rev 1278278)
@@ -0,0 +1,40 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Achilleas Koutsou <achilleas at koutsou.net>
+
+pkgname=osbuild
+pkgdesc='Build Pipelines for Operating System Artifacts'
+pkgver=64
+pkgrel=1
+url="https://www.osbuild.org"
+arch=(any)
+license=(Apache)
+depends=(bubblewrap curl e2fsprogs qemu-img python util-linux python-yaml python-jsonschema python-toml)
+makedepends=(make python-docutils python-setuptools)
+optdepends=('dnf: build rpm/dnf images'
+ 'pacman: build pacman images')
+source=($pkgname-$pkgver.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v${pkgver}.tar.gz)
+sha256sums=('3f56ff27516bc410031eea97f04b3d11f4dd7d9905a4558f816abc2050041196')
+
+prepare() {
+ cd $pkgname-$pkgver
+}
+
+build() {
+ cd $pkgname-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make man
+ python setup.py install --skip-build --root="$pkgdir"
+
+ install -m 0755 -d "$pkgdir/usr/lib/osbuild/osbuild"
+
+ for group in assemblers devices inputs runners schemas sources stages mounts ; do
+ cp -vdr --no-preserve=ownership "$group" "$pkgdir/usr/lib/osbuild/"
+ done
+
+ # udev rules
+ install -Dm644 data/10-osbuild-inhibitor.rules "$pkgdir"/usr/lib/udev/rules.d/10-osbuild-inhibitor.rules
+}
More information about the arch-commits
mailing list