Go to file
Joao Azevedo d07e9c13c8 Merge branch 'L5-goodies-next' into 'master'
L5 goodies next

See merge request librem5-apps/diy-contacts-importer!6
2020-07-26 14:48:25 +00:00
debian Changed the package name to librem5-goodies adjusted copyright, control, changelog files to replect that and the install file 2020-07-26 16:37:37 +02:00
LICENSE Add LICENSE 2020-02-10 16:21:47 +00:00
Makefile Use shellcheck as test 2020-07-23 16:14:03 +02:00
README.md Change readme to reflect projec name change and scope 2020-07-26 16:01:16 +02:00
contacts-importer contacts-importer: Use application icon 2020-07-24 09:33:34 +02:00
contacts-importer.desktop Associate with mime type 2020-07-23 11:44:21 +02:00

README.md

Librem 5 Goodies

This project serves to create a deb package with several bash scripts created for the Librem 5 phone.

Bring your script here and it might be packaged 🎉

Please Avoid scripts that require cloning and building packages from source.

Scripts added to this package:


Script Description Dependencies Notes
Contacts Importer Allows to import contacts from a vcard file to gnome contacts. Can work with a UI, from command line interface yad, syncevolution, libnotify-bin This script will cease to exist when this https://gitlab.gnome.org/GNOME/gnome-contacts/-/merge_requests/105 is merged into GNOME Contacts and this feature is present in GNOME Contacts.

Adding a script to this package:

  • Make a new branch based on the master branch and work from it.
  • Make a merge request
  • Avoid scripts that download and build source code