26 lines
1,013 B
Bash
26 lines
1,013 B
Bash
#!/usr/bin/bash
|
|
# JOBoRun : Jwm OpenBox Obarun RUNit
|
|
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
|
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
|
|
# Website : https://pozol.eu
|
|
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
|
|
|
pkgname=base-devel
|
|
pkgver=1
|
|
pkgrel=01
|
|
pkgdesc='Basic tools to build Arch Linux packages are a few more than Joborun jobbot and not always necesary'
|
|
# instead of the pkg group base-devel Arch is now making a metapackage for their building chroot
|
|
# just like joborun has the jobbot pkg! Ha! We did this first, but our chroot is slim, not fat!
|
|
# url='https://www.archlinux.org'
|
|
url='http://pozol.eu'
|
|
arch=('any')
|
|
#options=('!debug')
|
|
depends=('jobbot')
|
|
#depends=(archlinux-keyring autoconf automake binutils bison debugedit fakeroot file
|
|
# findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman
|
|
# patch pkgconf sed sudo texinfo which)
|
|
|
|
#---- license gpg-key sha256sums ----
|
|
|
|
license=('GPL')
|
|
|