Merged changes
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"
|
||||
}
|
||||
|
||||
@@ -1,2 +1,7 @@
|
||||
datacatalog/1.1.10 stable
|
||||
datacatalog/1.1.9 removed
|
||||
datacatalog/1.1.15 removed
|
||||
datacatalog/1.1.3 removed
|
||||
datacatalog/1.1.4 removed
|
||||
datacatalog/1.1.7 removed
|
||||
datacatalog/1.1.8 removed
|
||||
|
||||
Reference in New Issue
Block a user