Skip to content

davewongillies/fpm-recipes

Repository files navigation

Build Status Docker Hub Build Status Docker Hub Build Automated Docker Hub Pulls

Overview

My collection of personal fpm-cookery recipes. Mostly tested against Ubuntu Focal 20.04.

Recipes

Name Version Description
attract 2.3.0-1 A graphical front-end for command line emulators that hides the underlying operating system and is intended to be controlled with a joystick or gamepad
autorandr 0.0.33-2~4f5e240 Auto-detect the connect display hardware and load the appropiate X11 setup using xrandr or disper
castor 0.8.16-2 A Browser for the small internet (Gemini, Gopher, Finger)
ctop 0.7.1-2 Top-like interface for container metrics
dbus-action 1.3-2 Watch D-Bus to action configured commands on specific events
docker-compose 1.22.0-1 Define and run multi-container applications with Docker
envchain 1.0.1-4 Environment variables meet gnome-keyring
gestures 0.2.3-2 Modern, minimal GUI app for libinput-gestures
hfdisk 0.1-23 Port of the Apple mklinux mac-fdisk pdisk utility to x86.
lagrange 0.11.0-1 A Beautiful Gemini Client
lastpass-cli 1.3.3-3 LastPass command line interface tool
libcec-daemon 0.9.5-1 A Linux daemon for connecting libcec to uinput. That is, using your TV to control your PC!
libinput-gestures 2.52-3 Actions gestures on your touchpad using libinput
meson 0.50.1-2 The Meson Build System
neovim 0.2.4-2 Python client to neovim
polybar 3.5.0-1 A fast and easy-to-use status bar
previous 2.2+svn950-2 Previous is a Next computer hardware emulator. It aims to emulate a Next Cube or a Next Station with all its peripheral.
ranger 1.9.3-1 A VIM-inspired filemanager for the console
runc 1.0.0-rc2-1 CLI tool for spawning and running containers according to the OCI specification
scsi2sd-util6 6.3.1-1 Firmware update utility and configuration tool for SCSI2SD SCSI Hard Drive Emulators
scsi2sd-util 4.8.4-1 Firmware update utility and configuration tool for SCSI2SD SCSI Hard Drive Emulators
smenu 0.9.16-1 Terminal utility that allows you to use words coming from the standard input to create a nice selection window just below the cursor.
terminator 2.0.1-2 multiple GNOME terminals in one window
tflint 0.7.2-1 TFLint is a Terraform linter for detecting errors that can not be detected by terraform plan
trailer-cli 1.0.8-3 Managing Pull Requests and Issues For GitHub & GitHub Enterprise from the command line
vimb 3.6.0-5 Vimb is a Vim-like web browser that is inspired by Pentadactyl and Vimprobable.
xst 0.8.4-1 xst is a fork of st, which is a simple terminal implementation for X.
zeal 2:0.6.1-3 Offline documentation browser inspired by Dash

Usage

$ ./fpm-cook.sh <recipe_dir_name> (optional <distro-code-name>)

Options for distro:

  • ubuntu-focal
  • ubuntu-bionic

apt repo setup

The packages from this repo also get published to bintray. Currently they are only built for Ubuntu 20.04 and 18.04. To add this repo to your system:

  1. sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv D401AB61
  2. echo "deb https://dl.bintray.com/davewongillies/fpm-recipes focal main" | sudo tee -a /etc/apt/sources.list.d/davewongillies-fpm-recipes.list