[arch-commits] Commit in mkosi/repos (community-any community-any/PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Mon Aug 17 11:58:06 UTC 2020


    Date: Monday, August 17, 2020 @ 11:58:06
  Author: shibumi
Revision: 682543

archrelease: copy trunk to community-any

Added:
  mkosi/repos/community-any/
  mkosi/repos/community-any/PKGBUILD
    (from rev 682542, mkosi/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: mkosi/repos/community-any/PKGBUILD (from rev 682542, mkosi/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-08-17 11:58:06 UTC (rev 682543)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Maintainer: Lucas Werkmeister <mail at lucaswerkmeister.de>
+# Contributor: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=mkosi
+pkgver=5
+pkgrel=2
+pkgdesc='Build Legacy-Free OS Images'
+arch=('any')
+url='https://github.com/systemd/mkosi'
+license=('LGPL2.1')
+depends=('python')
+makedepends=('python-setuptools')
+optdepends=('debootstrap: build Debian or Ubuntu images'
+            'debian-archive-keyring: build Debian images'
+            'ubuntu-keyring: build Ubuntu images'
+            'arch-install-scripts: build Arch images'
+            'gnupg: sign images'
+            'xz: compress images with xz'
+            'btrfs-progs: raw_btrfs and subvolume output formats'
+            'dosfstools: build bootable images'
+            'squashfs-tools: raw_squashfs output format'
+            'tar: tar output format'
+            'cryptsetup: add dm-verity partitions'
+            'edk2-ovmf: run bootable images in QEMU'
+            'qemu: run bootable images in QEMU'
+            'sbsigntools: sign EFI binaries for UEFI SecureBoot')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/systemd/mkosi/archive/v$pkgver.tar.gz")
+sha512sums=('cebb0f50b57a3285b4bb1301890436551c6931516e8c60a36c44ddc4c53f232178e1f56aa8c538dad2d12ce54e304b457d046bc0df6ac6d2a226a7b5fdbd1f36')
+
+package() {
+  cd "mkosi-$pkgver"
+  python setup.py install --root="$pkgdir"
+}



More information about the arch-commits mailing list