# Template file for 'onedrive' pkgname=onedrive version=2.4.9 revision=3 build_style=gnu-configure configure_args="DC=ldc2" hostmakedepends="ldc pkg-config" makedepends="libcurl-devel sqlite-devel libnotify-devel" short_desc="OneDrive Client for Linux" maintainer="selfisekai " license="GPL-3.0-or-later" homepage="https://github.com/abraunegg/onedrive" changelog="https://raw.githubusercontent.com/abraunegg/onedrive/master/CHANGELOG.md" distfiles="https://github.com/abraunegg/onedrive/archive/v${version}.tar.gz" checksum=27be7a0e898a6e2aa425eaecb983def4e81147e2e453c36c63f584e8c999966a nocross="uses host flags for cross compilations" post_install() { vinstall config 644 usr/share/onedrive config.default } onedrive-d_package() { build_style=meta depends="${sourcepkg}" short_desc+=" (transitional dummy package)" }