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:
Gabriel Ebner 2022-08-20 18:56:56 +02:00
parent 0e993be25d
commit 2d7d6b40ca
3 changed files with 46 additions and 0 deletions

13
distrobox/.SRCINFO Normal file
View 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
View 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
View 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')