gebner-base-2
This commit is contained in:
parent
8fb0531ca9
commit
548a740806
@ -7,6 +7,11 @@ pkgbase = gebner-base
|
|||||||
arch = any
|
arch = any
|
||||||
groups = gebner
|
groups = gebner
|
||||||
license = MIT
|
license = MIT
|
||||||
|
depends = base
|
||||||
|
depends = linux
|
||||||
|
depends = linux-firmware
|
||||||
|
depends = man-db
|
||||||
|
depends = man-pages
|
||||||
depends = autoconf
|
depends = autoconf
|
||||||
depends = automake
|
depends = automake
|
||||||
depends = binutils
|
depends = binutils
|
||||||
@ -39,6 +44,7 @@ pkgbase = gebner-base
|
|||||||
depends = neovim-remote
|
depends = neovim-remote
|
||||||
depends = fish
|
depends = fish
|
||||||
depends = git
|
depends = git
|
||||||
|
depends = git-subrepo-xdg
|
||||||
depends = hub
|
depends = hub
|
||||||
depends = tig
|
depends = tig
|
||||||
depends = make
|
depends = make
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Gabriel Ebner <gebner@gebner.org>
|
# Maintainer: Gabriel Ebner <gebner@gebner.org>
|
||||||
pkgname=gebner-base
|
pkgname=gebner-base
|
||||||
pkgver=1
|
pkgver=2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Base system config"
|
pkgdesc="Base system config"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
@ -15,12 +15,11 @@ install=gebner-base.install
|
|||||||
|
|
||||||
depends=(
|
depends=(
|
||||||
base
|
base
|
||||||
linux linux-firmware
|
|
||||||
man-db man-pages
|
man-db man-pages
|
||||||
)
|
)
|
||||||
|
|
||||||
# base-devel
|
# base-devel
|
||||||
depends=(
|
depends+=(
|
||||||
autoconf automake binutils bison fakeroot file findutils flex gawk gcc
|
autoconf automake binutils bison fakeroot file findutils flex gawk gcc
|
||||||
gettext grep groff gzip libtool m4 make pacman patch pkgconf sed sudo texinfo
|
gettext grep groff gzip libtool m4 make pacman patch pkgconf sed sudo texinfo
|
||||||
which
|
which
|
||||||
@ -40,6 +39,7 @@ depends+=(
|
|||||||
# zsh
|
# zsh
|
||||||
|
|
||||||
git
|
git
|
||||||
|
git-subrepo-xdg
|
||||||
hub
|
hub
|
||||||
tig
|
tig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user