summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD31
1 files changed, 5 insertions, 26 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 706e796f829c..d938a701ac2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,32 +1,11 @@
-_pkgname=oyster
+# Maintainer:
+
pkgname=oyster-git
-pkgver=r11.68b36bb
+pkgver=0.0.1
pkgrel=1
-pkgdesc="A beautiful user interface for mobiles and tablets."
+pkgdesc="metapackage - broken; do not use"
arch=('any')
-url="https://gitlab.com/DesQ"
-license=('none')
-depends=('libdesq-git' 'libdesqui-git' 'pam' 'solid' 'qt5-svg' 'qt5-quickcontrols2' 'libcsys-git')
-makedepends=('git')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
-groups=('desq-git')
-source=("git+https://gitlab.com/Desq/${_pkgname}.git")
-md5sums=('SKIP')
-
-pkgver() {
- cd "$srcdir/${_pkgname}"
-# Git, no tags available
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-build() {
- cd "$srcdir/${_pkgname}"
- qmake
- make
-}
package() {
- cd "$srcdir/${_pkgname}"
- make INSTALL_ROOT=${pkgdir} install
+ :
}