aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
blob: 9a4e12d731a38138de0fe6dae6c9edaf4dd9f015 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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