pgloader: auto updated to 3.6.9-3
This commit is contained in:
parent
a8bd0b5fb2
commit
1f40314aeb
2 changed files with 50 additions and 0 deletions
27
repo/pgloader/PKGBUILD
Normal file
27
repo/pgloader/PKGBUILD
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
|
||||
pkgname=pgloader
|
||||
pkgver=3.6.9
|
||||
pkgrel=3
|
||||
pkgdesc='A data loading tool for PostgreSQL, using the COPY command.'
|
||||
arch=('x86_64')
|
||||
url="http://pgloader.io/"
|
||||
license=('custom:PostgreSQL')
|
||||
depends=('freetds' 'zlib')
|
||||
makedepends=('sbcl>=1.2.5' 'gawk' 'curl' 'quicklisp' 'sqlite' 'unzip')
|
||||
source=("https://github.com/dimitri/$pkgname/archive/v$pkgver.tar.gz" 'LICENSE')
|
||||
sha256sums=('5639c580cd2c207947b6487316e901cb36291ea2be5bf1eb60cd6dba131aab3f'
|
||||
'b34067e89373e1a47367b454862f43061ad1680542b39b6d95ed29c354473e15')
|
||||
options=('!strip' '!makeflags')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
install -Dm755 build/bin/pgloader "$pkgdir/usr/bin/pgloader"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue