git subrepo clone --branch=master https://aur.archlinux.org/distrobox.git
subrepo: subdir: "distrobox" merged: "fe621fc" upstream: origin: "https://aur.archlinux.org/distrobox.git" branch: "master" commit: "fe621fc" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
This commit is contained in:
		
							parent
							
								
									0e993be25d
								
							
						
					
					
						commit
						2d7d6b40ca
					
				
							
								
								
									
										13
									
								
								distrobox/.SRCINFO
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										13
									
								
								distrobox/.SRCINFO
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,13 @@
 | 
			
		||||
pkgbase = distrobox
 | 
			
		||||
	pkgdesc = Use any linux distribution inside your terminal.
 | 
			
		||||
	pkgver = 1.3.1
 | 
			
		||||
	pkgrel = 1
 | 
			
		||||
	url = https://github.com/89luca89/distrobox
 | 
			
		||||
	arch = any
 | 
			
		||||
	license = GPL3
 | 
			
		||||
	optdepends = docker: enable docker usage
 | 
			
		||||
	optdepends = podman: enable podman usage
 | 
			
		||||
	source = distrobox-1.3.1.tar.gz::https://github.com/89luca89/distrobox/archive/1.3.1.tar.gz
 | 
			
		||||
	sha256sums = 22b6625ca243f55c08630d37015cdbfbe1939516022bfef502aa6603f42b4d00
 | 
			
		||||
 | 
			
		||||
pkgname = distrobox
 | 
			
		||||
							
								
								
									
										12
									
								
								distrobox/.gitrepo
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										12
									
								
								distrobox/.gitrepo
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,12 @@
 | 
			
		||||
; DO NOT EDIT (unless you know what you are doing)
 | 
			
		||||
;
 | 
			
		||||
; This subdirectory is a git "subrepo", and this file is maintained by the
 | 
			
		||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
 | 
			
		||||
;
 | 
			
		||||
[subrepo]
 | 
			
		||||
	remote = https://aur.archlinux.org/distrobox.git
 | 
			
		||||
	branch = master
 | 
			
		||||
	commit = fe621fcf78b2012bab7376292ad9a07e7932d1b6
 | 
			
		||||
	parent = 0e993be25d08c590b540b7350a33b523c7f9abfe
 | 
			
		||||
	method = merge
 | 
			
		||||
	cmdver = 0.4.3
 | 
			
		||||
							
								
								
									
										21
									
								
								distrobox/PKGBUILD
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										21
									
								
								distrobox/PKGBUILD
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,21 @@
 | 
			
		||||
# Maintainer: robertfoster
 | 
			
		||||
 | 
			
		||||
pkgname=distrobox
 | 
			
		||||
pkgver=1.3.1
 | 
			
		||||
pkgrel=1
 | 
			
		||||
pkgdesc="Use any linux distribution inside your terminal."
 | 
			
		||||
arch=('any')
 | 
			
		||||
url="https://github.com/89luca89/distrobox"
 | 
			
		||||
license=('GPL3')
 | 
			
		||||
optdepends=(
 | 
			
		||||
  'docker: enable docker usage'
 | 
			
		||||
  'podman: enable podman usage'
 | 
			
		||||
)
 | 
			
		||||
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
 | 
			
		||||
 | 
			
		||||
package() {
 | 
			
		||||
  cd "${srcdir}/${pkgname}-${pkgver}"
 | 
			
		||||
  ./install -P "${pkgdir}/usr"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
sha256sums=('22b6625ca243f55c08630d37015cdbfbe1939516022bfef502aa6603f42b4d00')
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user