summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspikecodes2020-09-03 19:45:29 -0700
committerspikecodes2020-09-03 19:45:29 -0700
commit75b72ae72d9c3740d047667abdd67f6f3522e4e9 (patch)
tree66269abdb8f1a0ddd17ea4e889a350a964b0c873
parentb3a9ea9b5d71bfca9a827a9591542c30c785a6a4 (diff)
downloadaur-75b72ae72d9c3740d047667abdd67f6f3522e4e9.tar.gz
Initial commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD29
2 files changed, 16 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73e742ab39d4..9a0265e72dbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,11 @@
pkgbase = dot
- pkgdesc = Dot.
- pkgver = 0.1
+ pkgver = 0.0
pkgrel = 1
- url = https://github.com/Ventto/dot.git
+ url = https://github.com/dothq/browser
arch = any
- license = MIT
- depends = git
+ license = MPLv2
provides = dot
- conflicts = dot
- source = https://github.com/Ventto/lux/archive/v0.1.tar.gz
- sha256sums = SKIP
+ md5sums = none
pkgname = dot
diff --git a/PKGBUILD b/PKGBUILD
index 1c338102f496..fc15ba138098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,17 @@
-# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
-
+# Maintainer: spikecodes <19519553+spikecodes@users.noreply.github.com>
pkgname=dot
-pkgver=0.1
+pkgver=0.0
pkgrel=1
-pkgdesc='Dot.'
-arch=('any')
-url="https://github.com/Ventto/${pkgname}.git"
-license=('MIT')
-depends=('git')
-provides=("${pkgname}")
-conflicts=("${pkgname}")
-source=("https://github.com/Ventto/lux/archive/v${pkgver}.tar.gz")
-sha256sums=('SKIP')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-}
+pkgdesc=""
+arch=(any)
+url="https://github.com/dothq/browser"
+license=('MPLv2')
+depends=()
+provides=(dot)
+source=()
+noextract=()
+md5sums=()
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ echo "Dot browser in progress..."
}