New package: onedrive-d-0.0.0.20170617
Closes: #6707 [via git-merge-pr]
This commit is contained in:
parent
1d6f725c74
commit
a4fc87ad58
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue