I want to update a package that originally was a single file. Now, it contains a directory with some files.
The original recipe was: (tikz :repo "emiliotorres/tikz" :fetcher github)
And according to this, I think the new version must be (tikz :repo "emiliotorres/tikz" :fetcher github :files ("templates/*.el" "templates"))
.
I copy the new version of emiliotorres/tikz into the local copy of melpa/package-build and
make -k recipes/tikz
And I get this error
• Building package tikz ...
Package: tikz
Fetcher: github
Source: https://github.com/emiliotorres/tikz.git
Updating /home/emilio/temp/melpa2/working/tikz/
Single file templates does not match package name tikz
make: [Makefile:111: recipes/tikz] Error 255 (no tiene efecto)
Are you so kindly as to provide me any hint?
Thank You!
According to the linked Melpa Readme, the following configuration should include enire directory
templates
into the package:An alternate approach, that eventually was chosen by the OP, also documented in
MELPA
Readme:Hence, in the context of the question: