mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
PKGBUILD: formatting
This commit is contained in:
parent
1ac110d426
commit
1f867e3920
1 changed files with 2 additions and 4 deletions
|
@ -6,15 +6,14 @@ arch=('i686' 'x86_64')
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
url="https://github.com/graphitemaster/gmqcc.git"
|
url="https://github.com/graphitemaster/gmqcc.git"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
|
|
||||||
source=(gmqcc-$pkgver.zip::https://github.com/graphitemaster/gmqcc/zipball/$pkgver)
|
source=(gmqcc-$pkgver.zip::https://github.com/graphitemaster/gmqcc/zipball/$pkgver)
|
||||||
sha1sums=('a35cf4e0898325b66e9f7014fa3fc961e42f0c9e')
|
sha1sums=('a35cf4e0898325b66e9f7014fa3fc961e42f0c9e')
|
||||||
|
|
||||||
_gitname=graphitemaster-gmqcc-bd75e9a/
|
_gitname=graphitemaster-gmqcc-bd75e9a/
|
||||||
build() {
|
|
||||||
|
|
||||||
|
build() {
|
||||||
msg "Starting compilation..."
|
msg "Starting compilation..."
|
||||||
cd "$srcdir/$_gitname"
|
cd "$srcdir"/"$_gitname"
|
||||||
|
|
||||||
msg "Compiling..."
|
msg "Compiling..."
|
||||||
make
|
make
|
||||||
|
@ -33,4 +32,3 @@ package() {
|
||||||
|
|
||||||
install -D LICENSE ${pkgdir}/usr/share/licenses/gmqcc/LICENSE
|
install -D LICENSE ${pkgdir}/usr/share/licenses/gmqcc/LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue