add(any/fh-trier-tnsnamesora): Init

This commit is contained in:
Markus Pesch 2020-07-26 15:00:16 +02:00
parent 8db53f70bd
commit eef56a1cce
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
3 changed files with 23 additions and 0 deletions

6
any/fh-trier-tnsnamesora/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
*
!*.sh
!tnsnames.ora.tar.bz2
!.gitignore
!Makefile
!PKGBUILD

View File

@ -0,0 +1,17 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=fh-trier-tnsnamesora
pkgver=0.1.0
pkgrel=1
pkgdesc='Install the tnsnames.ora file of the University of Applied Sciences in Trier'
arch=('any')
url=https://git.cryptic.systems/volker.raschek/PKGBUILDs/any/fh-trier-tnsnamesora
license=('Apache 2.0')
depends=('oracle-instantclient-basic')
source=("tnsnames.ora.tar.bz2")
sha512sums=("219c938c633b481280018e47e477d063f2dcf2c5aecf234109928363c51a71ed01434fe87c0ceffd265a805c430d1a6715985a5083351e6efee082dfb2e1bd3f")
package() {
mkdir --parents ${pkgdir}/etc
cp --archive ${srcdir}/tnsnames.ora ${pkgdir}/etc/tnsnames.ora
}

Binary file not shown.