diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,7 @@ +ld-linux-x86-64.so.2 +libc.so.6 +libdl.so.2 +libgcc_s.so.1 +libpthread.so.0 +librt.so.1 +libsqlite3.so.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,24 @@ +name : onedrive +version : 1.1.3 +release : 1 +source : + - https://github.com/skilion/onedrive/archive/v1.1.3.tar.gz : fb12235a73919b3374b8f27785b834a690fba1c6e70c6e6f1f5da3e51eb471a0 +license : GPL-3.0-or-later +component : network.clients +summary : A complete tool to interact with OneDrive on Linux. +description: | + CLI tool to access and update your OneDrive files. Featuring shared folders, support for OneDrive for Business, resumable uploads, real-time file monitoring and state caching. +builddeps : + - pkgconfig(libcurl) + - pkgconfig(sqlite3) + - dmd +setup : | + # Fix PREFIX + sed -i 's/local//' Makefile + # Use release version number instead of using git versions + sed -i 's/version:.*/version:/' Makefile + sed -i "s/echo.*/echo $version > version/" Makefile +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + onedrive + + Thomas Staudinger + staudi.kaos@gmail.com + + GPL-3.0-or-later + network.clients + A complete tool to interact with OneDrive on Linux. + CLI tool to access and update your OneDrive files. Featuring shared folders, support for OneDrive for Business, resumable uploads, real-time file monitoring and state caching. + + https://solus-project.com/sources/README.Solus + + + onedrive + A complete tool to interact with OneDrive on Linux. + CLI tool to access and update your OneDrive files. Featuring shared folders, support for OneDrive for Business, resumable uploads, real-time file monitoring and state caching. + + network.clients + + /usr/bin/onedrive + /usr/lib/systemd/user/onedrive.service + + + + + 2018-12-07 + 1.1.3 + Packaging update + Thomas Staudinger + staudi.kaos@gmail.com + + + \ No newline at end of file