summaryrefslogtreecommitdiff
path: root/libre-testing
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2019-11-03 22:27:17 -0300
committerDavid P <megver83@parabola.nu>2019-11-03 22:27:17 -0300
commitde736afaecf00e766f3df3e28f8e8a2dee0a3406 (patch)
tree6d62a6f0a2df642db8ec7fcc9a50483713f53eff /libre-testing
parent14f6ce90ee9ce334eafc00f064f3206d74c9e4b4 (diff)
move libre-testing/base -> libre/base
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre-testing')
-rw-r--r--libre-testing/base/PKGBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/libre-testing/base/PKGBUILD b/libre-testing/base/PKGBUILD
deleted file mode 100644
index 3169bddd0..000000000
--- a/libre-testing/base/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Maintainer (Arch): Arch Linux Team
-# Contributor (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor (Arch): Eli Schwartz <eschwartz@archlinux.org>
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgname=base
-pkgver=2
-pkgrel=1
-pkgrel+=.par2
-pkgdesc='Minimal package set to define a basic Parabola GNU/Linux-libre installation'
-url='https://www.parabola.nu'
-arch=('any')
-license=('GPL')
-depends=(
- # very very base
- 'filesystem' 'gcc-libs' 'glibc' 'bash'
-
- # POSIX tools
- 'coreutils' 'file' 'findutils' 'gawk' 'grep' 'procps-ng' 'sed' 'tar'
-
- # standard linux toolset
- 'gettext' 'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' 'xz'
-
- # distro defined requirements
- 'licenses' 'pacman' 'systemd-libudev' 'systemd-sysvcompat' 'systemd-udev'
-
- # networking, ping, etc
- 'iputils' 'iproute2'
-
- # parabola
- 'your-freedom'
-)
-optdepends=('linux-libre: bare metal support')
-
-# vim: ts=2 sw=2 et:
-