summaryrefslogblamecommitdiff
path: root/flx/system-conf/system-conf-0.1.15.ebuild
blob: 730c5529e2743ac3950664c47916bd173bb3ba3c (plain) (tree)
1
2
3
4
5
6
7
8
9
                                    
                                                                  
 
      
              

                            

                                                                       






                    
               


                                                                           
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit git-r3

DESCRIPTION="Formilux Tools"
HOMEPAGE="http://master.formilux.org/git/dist/src/system-conf.git"
EGIT_REPO_URI="http://master.formilux.org/git/dist/src/system-conf.git"
EGIT_COMMIT="v${PV}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

src_install() {
	insinto /etc
	doins etc/{fstab,group,ld.so.conf,mtab,nsswitch.conf,passwd,shadow}
}