mirror of
https://aur.archlinux.org/libancient.git
synced 2024-11-21 11:36:28 +00:00
Formatting
This commit is contained in:
parent
6ba9db3c54
commit
41e69db301
1 changed files with 10 additions and 13 deletions
9
PKGBUILD
9
PKGBUILD
|
@ -9,12 +9,7 @@ arch=('i686' 'x86_64')
|
||||||
url="https://github.com/temisu/ancient/"
|
url="https://github.com/temisu/ancient/"
|
||||||
license=('BSD-2-Clause')
|
license=('BSD-2-Clause')
|
||||||
provides=(${_pkgbase}=${pkgver})
|
provides=(${_pkgbase}=${pkgver})
|
||||||
|
makedepends=('git' 'autoconf-archive')
|
||||||
#depends=('')
|
|
||||||
|
|
||||||
makedepends=('git'
|
|
||||||
'autoconf-archive')
|
|
||||||
|
|
||||||
source=(${_pkgbase}::git+https://github.com/temisu/ancient.git#tag=v${pkgver})
|
source=(${_pkgbase}::git+https://github.com/temisu/ancient.git#tag=v${pkgver})
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
@ -34,3 +29,5 @@ package() {
|
||||||
cd $_pkgbase
|
cd $_pkgbase
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# vim:set ts=4 sw=4 et:1
|
||||||
|
|
Loading…
Reference in a new issue