summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Giammarchi2020-06-08 14:55:10 +0200
committerAndrea Giammarchi2020-06-08 14:55:10 +0200
commita38dcc6328eb8ae3ee7df1d826264db18e741045 (patch)
treec942a9a86dafde36301e7c4693dacabee043ff0b
downloadaur-a38dcc6328eb8ae3ee7df1d826264db18e741045.tar.gz
Updated cog-wpe-gl-armv7l
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD21
2 files changed, 45 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8c9b766d7338
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,24 @@
+pkgbase = cog-wpe-gl-armv7l
+ pkgdesc = WPE launcher and webapp container
+ pkgver = 0.6.0
+ pkgrel = 1
+ url = https://github.com/Igalia/cog
+ arch = armv7l
+ arch = armv7h
+ groups = wpe
+ license = custom:MIT
+ depends = wpewebkit-gl-armv7l
+ depends = wpebackend-fdo
+ depends = libinput
+ provides = cog
+ provides = cog-git
+ conflicts = cog
+ conflicts = cog-git
+ source = https://webreflection.github.io/aur/cog-wpe-gl-armv7l-0.6.0.tar.gz
+ md5sums = 9c33bcc44002793cf31406d42f484af8
+ sha1sums = 41ace329c3a12ca7bbf211078af618ddcbbb319d
+ sha256sums = 1ea3f08798918765e95c218a10b0de68234b15d1bcf926e0e0b357169b4303b7
+ sha512sums = 71ae542759c1db1a273de553ef4ac89dec16e5829a6f3f851a0aa992d02844d7c9dab44e09b85f4bbe0ae12810ee3f859162f08ba121c5877b4935cbf5651e36
+
+pkgname = cog-wpe-gl-armv7l
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..08674f67a904
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Andrea Giammarchi <andrea.giammarchi@gmail.com>
+pkgdesc='WPE launcher and webapp container'
+pkgname=cog-wpe-gl-armv7l
+pkgver=0.6.0
+arch=(armv7l armv7h)
+pkgrel=1
+url=https://github.com/Igalia/cog
+license=(custom:MIT)
+groups=(wpe)
+provides=(cog cog-git)
+conflicts=(cog cog-git)
+depends=(wpewebkit-gl-armv7l wpebackend-fdo libinput)
+source=('https://webreflection.github.io/aur/cog-wpe-gl-armv7l-0.6.0.tar.gz')
+md5sums=('9c33bcc44002793cf31406d42f484af8')
+sha1sums=('41ace329c3a12ca7bbf211078af618ddcbbb319d')
+sha256sums=('1ea3f08798918765e95c218a10b0de68234b15d1bcf926e0e0b357169b4303b7')
+sha512sums=('71ae542759c1db1a273de553ef4ac89dec16e5829a6f3f851a0aa992d02844d7c9dab44e09b85f4bbe0ae12810ee3f859162f08ba121c5877b4935cbf5651e36')
+
+package () {
+ cp -R "${srcdir}/usr" "${pkgdir}"
+}