aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2024-02-12 19:08:04 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2024-02-12 19:08:04 +0000
commit8342cd9dbd5e63fa77350383700ad5868082de23 (patch)
treea9d97fc24535e1f132174d1edebda5bc0bacd2b9
parentcf8026d18dd01607d79c58b9ddcd615b706cf0f2 (diff)
downloadvoid-packages-user/luca/grub-theme-sleek.tar
void-packages-user/luca/grub-theme-sleek.tar.gz
void-packages-user/luca/grub-theme-sleek.tar.bz2
void-packages-user/luca/grub-theme-sleek.tar.lz
void-packages-user/luca/grub-theme-sleek.tar.xz
void-packages-user/luca/grub-theme-sleek.tar.zst
void-packages-user/luca/grub-theme-sleek.zip
New package: grub-theme-sleek-0.0.0.user/luca/grub-theme-sleek
-rw-r--r--srcpkgs/grub-theme-sleek/template18
1 files changed, 18 insertions, 0 deletions
diff --git a/srcpkgs/grub-theme-sleek/template b/srcpkgs/grub-theme-sleek/template
new file mode 100644
index 00000000000..b27fefe865e
--- /dev/null
+++ b/srcpkgs/grub-theme-sleek/template
@@ -0,0 +1,18 @@
+# Template file for 'grub-theme-sleek'
+pkgname=grub-theme-sleek
+version=20231231
+revision=1
+depends="grub>=2.0"
+short_desc="A sleek theme for grub2"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/sandesh236/sleek--themes.git"
+distfiles="https://github.com/sandesh236/sleek--themes/archive/0a680163a0711c4ed23d5d3b1b9a0f67115cb6d8.tar.gz"
+checksum=255f0cd7a2fdae15d4eb9c8c280d6e4605cbdd279932dc0d3d926563ee1a6e11
+
+do_install() {
+ vmkdir /usr/share/grub/themes
+ cp -r "Sleek theme-light/sleek" "$DESTDIR/usr/share/grub/themes/"
+ vlicense "Sleek theme-light/LICENSE"
+}
+