summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Gushcha2023-06-18 16:13:49 +0000
committerEgor Gushcha2023-06-18 16:13:49 +0000
commit38b4fc7776aad1015f4c22cebb2d8a526c1aa70c (patch)
tree6648649cf4fe67b028b1a9f346cb9b1efc51d49e
downloadaur-38b4fc7776aad1015f4c22cebb2d8a526c1aa70c.tar.gz
First commit
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 21 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3e88bb80ad6d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,9 @@
+pkgbase = windows-10-cursor
+ pkgdesc = A Windows 10 light and dark cursor theme
+ pkgver = 1.1
+ pkgrel = 1
+ arch = any
+ source = windows-10-cursor.tar.xz::https://github.com/red-magic/dotfiles/raw/master/extra/themes/cursor-themes/windows-10-cursor.tar.xz
+ b2sums = df4ac4bea6776e6eff066795321b00ee0c139269a89cf8e14f408ad4e15b6e5ff97a869c47ea6488fa521e574740ad7774672aa7808cfb1f04dd352e2981b72a
+
+pkgname = windows-10-cursor
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..fccb2f024e3b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,12 @@
+pkgname=windows-10-cursor
+pkgver=1.1
+pkgrel=1
+pkgdesc='A Windows 10 light and dark cursor theme'
+arch=(any)
+source=($pkgname.tar.xz::https://github.com/red-magic/dotfiles/raw/master/extra/themes/cursor-themes/$pkgname.tar.xz)
+b2sums=(df4ac4bea6776e6eff066795321b00ee0c139269a89cf8e14f408ad4e15b6e5ff97a869c47ea6488fa521e574740ad7774672aa7808cfb1f04dd352e2981b72a)
+
+package() {
+ mkdir -p $pkgdir/usr/share/icons
+ cp -r $pkgname/{Windows-10-Light,Windows-10-Dark} $pkgdir/usr/share/icons
+}