summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e8a169d28ecc
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: dadav <33197631+dadav@users.noreply.github.com>
+
+pkgname=rofi-tmpmail-git
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="This tool if a rofi wrapper for the tmpmail tool"
+arch=('x86_64')
+url="https://github.com/dadav/rofi-tmpmail"
+license=('GPL')
+makedepends=()
+provides=('rofi-tmpmail')
+source=("https://github.com/dadav/rofi-tmpmail/archive/${pkgver}.zip")
+sha256sums=('SKIP')
+
+package() {
+ cd "${srcdir}/rofi-tmpmail-${pkgver}"
+ install -D -m0755 rofi-tmpmail.sh ${pkgdir}/usr/bin/rofi-tmpmail
+}