This is a gentoo overlay hosting either customized ebuilds I have in use as well as ebuilds for my own projects.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
646 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit eutils
DESCRIPTION="Scripts neccessary for arch installation"
HOMEPAGE="http://www.archlinux.org/"
SRC_URI="http://mirrors.kernel.org/archlinux/extra/os/i686/${P}-${PR#r}-any.pkg.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
RDEPEND="
app-shells/bash
sys-apps/util-linux
sys-apps/coreutils"
S=${WORKDIR}
src_install() {
exeinto /usr/bin
insinto /usr/share/zsh/site-functions
doexe usr/bin/arch-chroot usr/bin/genfstab usr/bin/pacstrap
doins usr/share/zsh/site-functions/_archinstallscripts
}