New package: onedrive-d-0.0.0.20170617

Closes: #6707 [via git-merge-pr]
This commit is contained in:
ibrokemypie 2017-06-13 15:06:45 +10:00 committed by Toyam Cox
parent 1d6f725c74
commit a4fc87ad58

View File

@ -0,0 +1,21 @@
# Template file for 'onedrive-d'
pkgname=onedrive-d
version=0.0.0.20170617
revision=1
_commit="ce4802a434dd75571f13cc988319cadbb296d27b"
build_style=gnu-makefile
hostmakedepends="dmd"
makedepends="libcurl-devel sqlite-devel"
nopie=true
short_desc="Free Client for OneDrive on Linux"
maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
license="GPL-3"
homepage="https://github.com/skilion/onedrive"
distfiles="${homepage}/archive/${_commit}.tar.gz>${pkgname}-${version}.tar.gz"
wrksrc="onedrive-${_commit}"
checksum="17b2027923f18e44751bdfe4deb046936c281197502df1da9af69fa56fe21563"
post_install() {
# We don't care about the systemd service installed here.
rm -rf ${DESTDIR}/usr/lib/systemd
}