Renaming package to ShadowArch to follow /wiki/Design_Principles; improved packing; development sync to current state -- massive overhaul

This commit is contained in:
DarkFeather
2019-05-06 02:04:19 -05:00
parent deac12d010
commit c12535de2e
176 changed files with 289 additions and 235 deletions

View File

@@ -1,21 +1,21 @@
# Maintainer: Shikoba Kage <darkfeather@aninix.net>
pkgname=aninix-misc-scripts
pkgver=0.1.d2deb6bee364f1ad7480cb5d97ea74252c266032
pkgname=shadowarch
pkgver=0.1.deac12d
pkgver() {
printf "0.1.""$(git rev-parse HEAD)"
printf "0.1.""$(git rev-parse --short HEAD)"
}
pkgrel=1
epoch=
pkgdesc="AniNIX::MiscScripts \\\\ Miscellaneous administrative and otherwise helpful scripts"
pkgdesc="AniNIX::ShadowArch \\\\ AniNIX preferred shell environment"
arch=("x86_64")
url="https://aninix.net/foundation/MiscScripts"
url="https://aninix.net/foundation/ShadowArch"
license=('custom')
groups=()
depends=('curl' 'grep' 'bash>=4.4' 'git>=2.13')
makedepends=('make>=4.2')
checkdepends=()
optdepends=()
provides=('aninix-misc-scripts')
provides=('shadowarch')
conflicts=()
replaces=()
backup=()