New package: onedrive-d-0.0.0.20170617
Closes: #6707 [via git-merge-pr]
This commit is contained in:
parent
1d6f725c74
commit
a4fc87ad58
1 changed files with 21 additions and 0 deletions
21
srcpkgs/onedrive-d/template
Normal file
21
srcpkgs/onedrive-d/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue