l_template_changes.patch 465 B

12345678910111213
  1. --- template.orig 2020-11-06 02:30:50.983137000 +0600
  2. +++ template 2020-11-06 16:42:32.034235000 +0600
  3. @@ -15 +15,9 @@ distfiles="${CPAN_SITE}/Algorithm/${pkgn
  4. checksum=30e84ac4b31d40b66293f7b1221331c5a50561a39d580d85004d9c1fff991751
  5. +
  6. +# Liberation
  7. +# Some code has been taken from:
  8. +# https://git.parabola.nu/abslibre.git/tree/libre/perl-algorithm-diff/PKGBUILD
  9. +post_patch() {
  10. + # To remove unlicensed files
  11. + rm -rv {htmldiff.pl,lib/Algorithm/DiffOld.pm,t}
  12. +}