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