├── .gitignore ├── PKGBUILD ├── README ├── _pacmatic ├── cron-pacmatic ├── pacmatic └── pacmatic.1 /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | -------------------------------------------------------------------------------- /PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenerd/pacmatic/HEAD/PKGBUILD -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_pacmatic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenerd/pacmatic/HEAD/_pacmatic -------------------------------------------------------------------------------- /cron-pacmatic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenerd/pacmatic/HEAD/cron-pacmatic -------------------------------------------------------------------------------- /pacmatic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenerd/pacmatic/HEAD/pacmatic -------------------------------------------------------------------------------- /pacmatic.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenerd/pacmatic/HEAD/pacmatic.1 --------------------------------------------------------------------------------