From 21321a4b3d22585ab65b134c82b3607448a76910 Mon Sep 17 00:00:00 2001 From: Fredrik Salomonsson Date: Fri, 12 Jun 2020 17:57:51 -0700 Subject: Using Hall to handle the project --- README.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index cedc669..0000000 --- a/README.md +++ /dev/null @@ -1,33 +0,0 @@ - -# Description -Based on [this gist](https://gist.github.com/sardemff7/759cbf956bea20d382a6128c641d2746) - -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 - -```bash -$ git clone https://github.com/plattfot/pinentry-rofi.git -$ cd pinentry-rofi -$ make PREFIX= -``` - -Where is where you want to install it. By default it -will install the script in /usr/bin and the compiled source to where -the site cache for guile is configured to. - -## Arch Linux -Clone my aur reop and the build the package using the PKGBUILD: - -```bash -$ git clone https://github.com/plattfot/pinentry-rofi-aur.git -$ cd pinentry-rofi-aur -$ makepkg -ic -``` -- cgit