Skip to content

Commit

Permalink
add for package onedrive-abraunegg
Browse files Browse the repository at this point in the history
  • Loading branch information
dctxmei committed Apr 6, 2019
1 parent f218b5a commit b5a837a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
28 changes: 28 additions & 0 deletions archlinuxcn/onedrive-abraunegg/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Maintainer: Peter Smit <peter@smitmail.eu>

_pkgname=onedrive
pkgname=$_pkgname-abraunegg
pkgver=2.3.2
pkgrel=1
epoch=
pkgdesc="Free OneDrive client written in D - abraunegg's fork. Follows the releases on https://github.com/abraunegg/onedrive/releases"
arch=('i686' 'x86_64')
url="https://github.com/abraunegg/onedrive"
license=('GPL')
conflicts=('onedrive' 'onedrive-abraunegg-git' 'onedrive-bin' 'onedrive-git' 'onedrive-fork-git')
source=("https://github.com/abraunegg/onedrive/archive/v$pkgver.tar.gz")
provides=("onedrive=$pkgver")
depends=('curl' 'libnotify' 'sqlite')
makedepends=('dmd')

build() {
cd "$_pkgname-$pkgver"
make PREFIX=/usr
}

package() {
cd "$_pkgname-$pkgver"
echo "$pkgver" > version
make NOTIFICATIONS=1 PREFIX=/usr DESTDIR="$pkgdir" install
}
md5sums=('6a1dc29c7a915774cfd11d2cd7becabf')
Empty file.
9 changes: 9 additions & 0 deletions archlinuxcn/onedrive-abraunegg/lilac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pre_build: aur_pre_build

post_build: aur_post_build

update_on:
- aur: onedrive-abraunegg

maintainers:
- github: dctxmei

0 comments on commit b5a837a

Please sign in to comment.