Hi,
I'm trying to make my first package, and I have a few questions.
This package instals gnuplot scripts from https://github.com/aschn/gnuplot-colorbrewer
I followed wiki instructions and get inspiration from emacs-gnuplot-mode-git, but this package does not use md5sums.
Is it possible to get an md5sum from a git repository? If so, how?
Should I submit this package to the AUR?
* Jorispilot jorispilot@aquilenet.fr [2016-06-30 11:07:09 +0200]:
I followed wiki instructions and get inspiration from emacs-gnuplot-mode-git, but this package does not use md5sums.
Is it possible to get an md5sum from a git repository? If so, how?
Using md5sums=('SKIP') like you did is the normal thing to do for VCS packages.
AFAIK git has some consistency checking built in, and you wouldn't want to update the md5sum with every new commit in the repo anyways ;)
Florian
aur-general@lists.archlinux.org