mirror of
https://aur.archlinux.org/libancient.git
synced 2024-11-21 03:36:27 +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/"
|
||||
license=('BSD-2-Clause')
|
||||
provides=(${_pkgbase}=${pkgver})
|
||||
|
||||
#depends=('')
|
||||
|
||||
makedepends=('git'
|
||||
'autoconf-archive')
|
||||
|
||||
makedepends=('git' 'autoconf-archive')
|
||||
source=(${_pkgbase}::git+https://github.com/temisu/ancient.git#tag=v${pkgver})
|
||||
md5sums=('SKIP')
|
||||
|
||||
|
@ -34,3 +29,5 @@ package() {
|
|||
cd $_pkgbase
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
# vim:set ts=4 sw=4 et:1
|
||||
|
|
Loading…
Reference in a new issue