Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ 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 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,22 @@ +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 : + - dmd + - pkgconfig(libcurl) + - pkgconfig(sqlite3) +setup : | + # 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 Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + onedrive_free_client + + 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_free_client + 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/lib/systemd/user/onedrive.service + /usr/local/bin/onedrive + + + + + 2018-11-05 + 1.1.3 + Packaging update + Thomas Staudinger + staudi.kaos@gmail.com + + + \ No newline at end of file