initial commit
This commit is contained in:
commit
bfe1d25cd6
8 changed files with 411 additions and 0 deletions
11
dropbox-dummy/.SRCINFO
Normal file
11
dropbox-dummy/.SRCINFO
Normal 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
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