diff options
author | Duje Mihanović <duje.mihanovic@skole.hr> | 2022-09-13 17:25:58 +0200 |
---|---|---|
committer | Duje Mihanović <duje.mihanovic@skole.hr> | 2022-09-13 17:27:38 +0200 |
commit | 96050adf001ca7da25ebb7a0b50de3db15c04149 (patch) | |
tree | 15af6a2419d3d50a87c0750d659262b6061ac371 /sys-boot | |
parent | dev-util/pmbootstrap: add 1.46.0, drop 1.45.0 (diff) | |
download | guru-96050adf001ca7da25ebb7a0b50de3db15c04149.tar.gz guru-96050adf001ca7da25ebb7a0b50de3db15c04149.tar.bz2 guru-96050adf001ca7da25ebb7a0b50de3db15c04149.zip |
sys-boot/woeusb-ng: new package, add 0.2.10
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/woeusb-ng/Manifest | 1 | ||||
-rw-r--r-- | sys-boot/woeusb-ng/metadata.xml | 8 | ||||
-rw-r--r-- | sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild | 22 |
3 files changed, 31 insertions, 0 deletions
diff --git a/sys-boot/woeusb-ng/Manifest b/sys-boot/woeusb-ng/Manifest new file mode 100644 index 000000000..adc847359 --- /dev/null +++ b/sys-boot/woeusb-ng/Manifest @@ -0,0 +1 @@ +DIST woeusb-ng-0.2.10.tar.gz 213600 BLAKE2B 384d4e93eff97c3b953770247b18409c8f611c9fe72a3292ed69e1d4ba12bf02018336adc5fcceeb8a59b494380816bfe75a571818ec44b1311f6ce02afa478b SHA512 3fd3ad3c725aabf86ead18cde7a812d97dee81ada5830e91548bd4033bba94a2b77085d00b1972d999e5cc9978ee58d74d8b376a04fd7d6ce47c44c749c9d6a8 diff --git a/sys-boot/woeusb-ng/metadata.xml b/sys-boot/woeusb-ng/metadata.xml new file mode 100644 index 000000000..def9232fc --- /dev/null +++ b/sys-boot/woeusb-ng/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>duje.mihanovic@skole.hr</email> + <name>Duje Mihanović</name> + </maintainer> +</pkgmetadata> diff --git a/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild new file mode 100644 index 000000000..98d0f8337 --- /dev/null +++ b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_SINGLE_IMPL=1 +inherit distutils-r1 + +DESCRIPTION="Create Windows installer USB from ISO (rewrite of WoeUSB)" +HOMEPAGE="https://github.com/WoeUSB/WoeUSB-ng" +SRC_URI="https://github.com/WoeUSB/WoeUSB-ng/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/WoeUSB-ng-${PV}" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +DEPEND=" +dev-python/wxpython +" +RDEPEND=" +app-arch/p7zip +sys-boot/grub[grub_platforms_pc] +" |