Renaming package to ShadowArch to follow /wiki/Design_Principles; improved packing; development sync to current state -- massive overhaul
This commit is contained in:
12
PKGBUILD
12
PKGBUILD
@@ -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=()
|
||||
|
Reference in New Issue
Block a user