[arch-commits] Commit in mkosi/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 17:12:35 UTC 2020
Date: Thursday, November 12, 2020 @ 17:12:34
Author: foutrelis
Revision: 752344
archrelease: copy trunk to community-staging-any
Added:
mkosi/repos/community-staging-any/
mkosi/repos/community-staging-any/PKGBUILD
(from rev 752342, mkosi/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: mkosi/repos/community-staging-any/PKGBUILD (from rev 752342, mkosi/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 17:12:34 UTC (rev 752344)
@@ -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=6
+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=('4bde5af0af7461866fb067ce34f4911ede46937d0cdd6282203880c190646e7159cb9aa92b507bf9a7c72790e745fb12b8bd22d8c8a349016304f672186b4ef6')
+
+package() {
+ cd "mkosi-$pkgver"
+ python setup.py install --root="$pkgdir"
+}
More information about the arch-commits
mailing list