summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD18
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5747f145d654
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = bibata-cursor-theme-bin
+ pkgdesc = Material Based Cursor Theme
+ pkgver = 1.0.0
+ pkgrel = 1
+ url = https://github.com/ful1e5/Bibata_Cursor
+ arch = any
+ license = GPL3
+ provides = bibata-cursor-theme
+ conflicts = bibata-cursor-theme
+ options = !strip
+ source = bibata-cursor-theme-1.0.0.tar.gz::https://github.com/ful1e5/Bibata_Cursor/releases/download/v1.0.0/Bibata.tar.gz
+ sha256sums = 6163ad56de626e4224792c129060aa36b753b4309ae8e08df643581cd3953338
+
+pkgname = bibata-cursor-theme-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d4d00a017b0f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+pkgname=bibata-cursor-theme-bin
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Material Based Cursor Theme"
+arch=('any')
+url="https://github.com/ful1e5/Bibata_Cursor"
+license=('GPL3')
+provides=("${pkgname%-bin}")
+conflicts=("${pkgname%-bin}")
+options=('!strip')
+source=("${pkgname%-bin}-$pkgver.tar.gz::$url/releases/download/v$pkgver/Bibata.tar.gz")
+sha256sums=('6163ad56de626e4224792c129060aa36b753b4309ae8e08df643581cd3953338')
+
+package() {
+ install -d "$pkgdir/usr/share/icons"
+ cp -r Bibata* "$pkgdir/usr/share/icons"
+}