add(any/fh-trier-tnsnamesora): Init
This commit is contained in:
parent
8db53f70bd
commit
eef56a1cce
6
any/fh-trier-tnsnamesora/.gitignore
vendored
Normal file
6
any/fh-trier-tnsnamesora/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
*
|
||||||
|
!*.sh
|
||||||
|
!tnsnames.ora.tar.bz2
|
||||||
|
!.gitignore
|
||||||
|
!Makefile
|
||||||
|
!PKGBUILD
|
17
any/fh-trier-tnsnamesora/PKGBUILD
Normal file
17
any/fh-trier-tnsnamesora/PKGBUILD
Normal 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
|
||||||
|
}
|
BIN
any/fh-trier-tnsnamesora/tnsnames.ora.tar.bz2
Normal file
BIN
any/fh-trier-tnsnamesora/tnsnames.ora.tar.bz2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user