Add datacatalog/1.1.8 version
Cleaned up the build script a little too.
This commit is contained in:
@@ -3,25 +3,26 @@
|
||||
pbuild::add_to_group 'Tools'
|
||||
|
||||
pbuild::prep() {
|
||||
:
|
||||
:
|
||||
}
|
||||
|
||||
pbuild::configure() {
|
||||
:
|
||||
:
|
||||
}
|
||||
|
||||
pbuild::compile() {
|
||||
:
|
||||
:
|
||||
}
|
||||
|
||||
pbuild::install() {
|
||||
mkdir -p "$PREFIX/bin"
|
||||
/usr/bin/curl -o "$PREFIX/bin/datasetIngestor" https://intranet.psi.ch/pub/Daas/WebHome/datasetIngestor
|
||||
/usr/bin/curl -o "$PREFIX/bin/datasetRetriever" https://intranet.psi.ch/pub/Daas/WebHome/datasetRetriever
|
||||
|
||||
/usr/bin/curl -o "$PREFIX/bin/datasetIngestor" https://intranet.psi.ch/pub/Daas/WebHome/datasetIngestor
|
||||
chmod +x "$PREFIX/bin/datasetIngestor"
|
||||
|
||||
/usr/bin/curl -o "$PREFIX/bin/datasetRetriever" https://intranet.psi.ch/pub/Daas/WebHome/datasetRetriever
|
||||
chmod +x "$PREFIX/bin/datasetRetriever"
|
||||
|
||||
/usr/bin/curl -o "$PREFIX/bin/datasetArchiver" https://intranet.psi.ch/pub/Daas/WebHome/datasetArchiver
|
||||
chmod +x "$PREFIX/bin/datasetArchiver"
|
||||
}
|
||||
|
||||
@@ -2,3 +2,4 @@ datacatalog/1.1.15 removed
|
||||
datacatalog/1.1.3 removed
|
||||
datacatalog/1.1.4 removed
|
||||
datacatalog/1.1.7 stable
|
||||
datacatalog/1.1.8 stable
|
||||
|
||||
Reference in New Issue
Block a user