Reserve the name

This commit is contained in:
TomZ
2017-11-09 20:32:42 +01:00
commit b542110263
2 changed files with 26 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
pkgbase = flowee
pkgdesc = flowee
pkgver = 1.0
pkgrel = 1
url = https://flowee.org/
arch = i686
arch = x86_64
license = GPLv3
pkgname = flowee
+15
View File
@@ -0,0 +1,15 @@
# Maintainer: Tom Zander
pkgname=flowee
pkgrel=1
pkgver=1.0
pkgdesc='flowee'
arch=('i686' 'x86_64')
url="https://flowee.org/"
license=('GPLv3')
package() {
echo "Soon"
exit 1
}