pkg.json 287 B

1234567891011121314151617181920
  1. {
  2. "name": "SomePackage",
  3. "targets": [
  4. {
  5. "in": "config.m4",
  6. "out": "output/example.conf"
  7. },
  8. {
  9. "in": "config.m4",
  10. "out": "output/example-2.conf"
  11. }
  12. ],
  13. "install": [
  14. {
  15. "source": "output/",
  16. "destination": "~/.config/somepackage/"
  17. }
  18. ]
  19. }