summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..26eae4274a2e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: shasherazi <hassanrandomz@gmail.com>
+
+pkgname=dmenu-emoji
+pkgver=1.0
+pkgrel=1
+pkgdesc="A dmenu script to display and copy emojis"
+arch=('any')
+url="https://github.com/shasherazi/dmenuEmoji"
+license=('MIT')
+source=("https://raw.githubusercontent.com/shasherazi/dmenuEmoji/main/dmenu-emoji.py")
+sha256sums=('16bb352256d646f439067d2d969534e3aae2bd3bd3a116710ac6966b4cc414b0')
+
+package() {
+ install -Dm755 "dmenu-emoji.py" "$pkgdir/usr/bin/dmenu-emoji"
+} \ No newline at end of file