mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-24 08:31:16 +01:00
pentoo-installer: 20190120 bump
This commit is contained in:
parent
51b35bc2fe
commit
cdcfb49044
3 changed files with 48 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST pentoo-installer-20190113.tar.gz 45924 BLAKE2B 7bb684a8f92395f13bd816848df8d9645821f07ae6567bc05018b4a85da21df52525a6a4720e92f00733d9cc2f0c10307aaa97f16bad223603567046992764ac SHA512 b92557762516bbbe28d7436fb3c56b5df72be6644969b9ce862da31f2a1e844eded8e5b2e86bbdc522b010d1775d145d6dcf9783295ec1f47660eedeab396462
|
||||
DIST pentoo-installer-20190120.tar.gz 45918 BLAKE2B f2ec5e71b05a27af5c1a1db18140d31f3535f8a4baa05306776bce3e38865b9ba12e1cbb9a2215528c99fa0bed067c35d64385a8365e6ba4d7c181707ea52bbc SHA512 4aedd72fe84eb81012b6ad17b28cae462f22bfe670ef5bea5a56a7e663b1006680553dee5b4ee2f41b0ab0fc5ce96a34202ab502c91c591f166bb711f38fda43
|
||||
|
|
|
|||
46
pentoo/pentoo-installer/pentoo-installer-20190120.ebuild
Normal file
46
pentoo/pentoo-installer/pentoo-installer-20190120.ebuild
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Installer for pentoo, based on the ncurses Arch Linux installer"
|
||||
HOMEPAGE="https://github.com/pentoo/pentoo-installer"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
if [[ "${PV}" == "99999999" ]] ; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/pentoo/${PN}.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
GIT_COMMIT="8fdbde408719b14edd0cc02dafe002f171e666b2"
|
||||
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
||||
PDEPEND="dev-util/dialog
|
||||
sys-apps/util-linux
|
||||
sys-block/parted
|
||||
sys-boot/efibootmgr
|
||||
sys-boot/grub:2[multislot(-),grub_platforms_efi-32,grub_platforms_efi-64]
|
||||
sys-boot/os-prober
|
||||
sys-boot/shim
|
||||
sys-boot/mokutil
|
||||
app-crypt/pinentry[gtk,ncurses]
|
||||
sys-fs/squashfs-tools
|
||||
x11-misc/wmctrl
|
||||
net-misc/rsync
|
||||
app-misc/jq
|
||||
sys-fs/growpart"
|
||||
# X? ( x11-misc/xdialog )
|
||||
|
||||
src_install() {
|
||||
dodir /usr/
|
||||
cp -R "${S}"/* "${ED}"/usr/ || die "Copy files failed"
|
||||
exeinto /etc/skel/Desktop/
|
||||
newexe share/applications/sudo-pentoo-installer.desktop pentoo-installer.desktop
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
|
|||
Loading…
Reference in a new issue