summaryrefslogblamecommitdiff
path: root/pants-on/base/base-20240504.ebuild
blob: ed13d3cecb2a1a580a94c4d91371d38cf735231a (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=8
inherit git-r3

DESCRIPTION="Base file for Pants On installs"
HOMEPAGE="https://pants-on.net"
EGIT_REPO_URI="https://git.pants-on.net/pants-on/base.git"
EGIT_COMMIT="v${PVR}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 riscv x86"

RDEPEND="acct-user/pants-on"

src_install () {
	emake install DESTDIR="${ED}"
}