forked from hasufell/hasufell-repository
		
	app-misc/nnn: initial import
This commit is contained in:
		
							parent
							
								
									14b5db8dab
								
							
						
					
					
						commit
						2b40b9260b
					
				
							
								
								
									
										36
									
								
								packages/app-misc/nnn/nnn-2.5.exheres-0
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								packages/app-misc/nnn/nnn-2.5.exheres-0
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,36 @@
 | 
			
		||||
# Copyright 2019 Julian Ospald <hasufell@posteo.de>
 | 
			
		||||
# Distributed under the terms of the GNU General Public License v2
 | 
			
		||||
 | 
			
		||||
require github [ user="jarun" tag="v${PV}" ]
 | 
			
		||||
require bash-completion zsh-completion
 | 
			
		||||
 | 
			
		||||
SUMMARY="Lean, fast, zero-config, full-featured file manager with batteries "
 | 
			
		||||
 | 
			
		||||
LICENCES="BSD-2"
 | 
			
		||||
SLOT="0"
 | 
			
		||||
PLATFORMS="~amd64 ~x86"
 | 
			
		||||
MYOPTIONS=""
 | 
			
		||||
 | 
			
		||||
DEPENDENCIES="
 | 
			
		||||
    build:
 | 
			
		||||
        virtual/pkg-config
 | 
			
		||||
    build+run:
 | 
			
		||||
        sys-libs/ncurses:=
 | 
			
		||||
        sys-libs/readline:=
 | 
			
		||||
    suggestion:
 | 
			
		||||
        app-arch/libarchive [[ description = [ create, list and extract archives ] ]]
 | 
			
		||||
        media/mediainfo [[ description = [ multimedia file details ] ]]
 | 
			
		||||
        sys-auth/vlock [[ description = [ terminal locker ] ]]
 | 
			
		||||
        sys-fs/sshfs-fuse [[ description = [ mount, unmount over SSHFS ] ]]
 | 
			
		||||
        x11-apps/xdg-utils [[ description = [ desktop opener ] ]]
 | 
			
		||||
"
 | 
			
		||||
 | 
			
		||||
BUGS_TO="hasufell@posteo.de"
 | 
			
		||||
 | 
			
		||||
src_install() {
 | 
			
		||||
    emake PREFIX="/usr/$(exhost --target)" MANPREFIX="/usr/share/man" DESTDIR="${IMAGE}" install
 | 
			
		||||
    emagicdocs
 | 
			
		||||
 | 
			
		||||
    dobashcompletion scripts/auto-completion/bash/*
 | 
			
		||||
    dozshcompletion scripts/auto-completion/zsh/*
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user