initial commit

This commit is contained in:
Von Random 2015-06-28 02:42:25 +03:00
commit bfe1d25cd6
8 changed files with 411 additions and 0 deletions

11
dropbox-dummy/.SRCINFO Normal file
View file

@ -0,0 +1,11 @@
pkgbase = dropbox-dummy
pkgdesc = A dummy package to provide dropbox (in case you use it from ~/.local/share)
pkgver = 1
pkgrel = 1
url = http://www.dropbox.com
arch = any
license = WTFPL
provides = dropbox
pkgname = dropbox-dummy

15
dropbox-dummy/PKGBUILD Normal file
View file

@ -0,0 +1,15 @@
# Maintainer: Von Random <von@vdrandom.org>
pkgdesc='A dummy package to provide dropbox (in case you use it from ~/.local/share)'
pkgname='dropbox-dummy'
pkgver=1
pkgrel=1
arch=('any')
url='http://www.dropbox.com'
license=('WTFPL')
provides=('dropbox')
package() {
return 0
}