initial commit
This commit is contained in:
commit
bfe1d25cd6
8 changed files with 411 additions and 0 deletions
15
dropbox-dummy/PKGBUILD
Normal file
15
dropbox-dummy/PKGBUILD
Normal 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
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue