aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorFredrik Salomonsson <plattfot@gmail.com>2020-06-12 17:57:51 -0700
committerFredrik Salomonsson <plattfot@gmail.com>2020-06-12 19:01:05 -0700
commit21321a4b3d22585ab65b134c82b3607448a76910 (patch)
treeebcdc50444b6291071682e8b726186a7e28ece30 /README.org
parente9c0fa906ecc09b814f88c7ab7d6412fefcb2dcd (diff)
downloadpinentry-rofi-21321a4b3d22585ab65b134c82b3607448a76910.tar.gz
Using Hall to handle the project
Diffstat (limited to 'README.org')
-rw-r--r--README.org28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..9a4e12d
--- /dev/null
+++ b/README.org
@@ -0,0 +1,28 @@
+-*- mode: org; coding: utf-8; -*-
+
+#+TITLE: README for Pinentry-Rofi
+
+* Description
+ Based on [[https://gist.github.com/sardemff7/759cbf956bea20d382a6128c641d2746][this gist]]
+
+ Simple pinentry gui using rofi written in GNU guile.
+
+ It's similar in functionality as the gist but this one doesn't force
+ the width to be 27 and doesn't depend on systemd.
+
+ I also wanted a small project which I could use to practice writing
+ GNU guile.
+
+* Install
+** From Source
+
+ See [[file:HACKING][HACKING]] on how to build this from source
+
+** Arch Linux
+ Clone my aur reop and the build the package using the PKGBUILD:
+
+ #+begin_src bash
+ git clone https://github.com/plattfot/pinentry-rofi-aur.git
+ cd pinentry-rofi-aur
+ makepkg -ic
+ #+end_src