mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
pentoo-installer: new stable bump
This commit is contained in:
parent
f8122db388
commit
37005b687b
2 changed files with 6 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
DIST pentoo-installer-20181022.tar.gz 40934 BLAKE2B d72910b6c5841f8a92a2f307613724364eb4c28d15dec92d9220516063c4914435bda9f0b9401c92d6b54254e02be80a0ae48ed5cd7c1c1680bf6faaa34a246f SHA512 7fe9e620de47e87b65973db8216e04449ab96d8e5be73fa37befb228883bcc80a6d8281b6e6d195a4c0c7ae35ebf79b84f032c8f56f95fd0118b684033ad6b1b
|
||||
DIST pentoo-installer-20181205.tar.gz 45872 BLAKE2B 22ff2953d7addda5a5fdc11d6a6d2b875c872fd46e48c27fc41d38af691327bc8e08370f7ce1d9d6d4007bee7711167052ae3580b7bb28f4df31f769665eb6d7 SHA512 8bec5b9de2c8eb12f43f0ea07277e6fcccfa24d0dc2a66e4baddc4932af4591ae4cfadb69d5cfefb06545bc5803e32ab2703ca1f4def2755e800b8237fca00ef
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Installer for pentoo, based on the ncurses Arch Linux installer"
|
||||
HOMEPAGE="https://github.com/pentoo/pentoo-installer"
|
||||
|
|
@ -15,7 +15,7 @@ if [[ "${PV}" == "99999999" ]] ; then
|
|||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
GIT_COMMIT="2cdbddc58f0febdb749477057a2e70835e2f41c1"
|
||||
GIT_COMMIT="909b10bfc57d49e841eedb21f5af2642d1baff0e"
|
||||
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
|
||||
fi
|
||||
|
|
@ -33,14 +33,14 @@ PDEPEND="dev-util/dialog
|
|||
app-crypt/pinentry[gtk,ncurses]
|
||||
sys-fs/squashfs-tools
|
||||
x11-misc/wmctrl
|
||||
net-misc/rsync"
|
||||
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 /root/Desktop/
|
||||
doexe share/applications/pentoo-installer.desktop
|
||||
exeinto /etc/skel/Desktop/
|
||||
newexe share/applications/sudo-pentoo-installer.desktop pentoo-installer.desktop
|
||||
}
|
||||
Loading…
Reference in a new issue