a4fc87ad58
Closes: #6707 [via git-merge-pr]
21 lines
696 B
Bash
21 lines
696 B
Bash
# 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
|
|
}
|