summaryrefslogtreecommitdiffstats
path: root/bin/modpkg
AgeCommit message (Collapse)AuthorFilesLines
2012-04-21Emit unknown PKGDATA fields unchanged.Justin Davis1-2/+10
Previously unknown fields would be filtered out.
2012-04-21Fix modpkg typo. Don't use old fieldVals method.Justin Davis1-5/+4
Also fixes the number of space in the indent. I remember that two is preferred.
2012-04-21PkgDataFields are now just Lists.Justin Davis1-28/+24
Since fields are basically just lists of PkgDataFieldVal objects we can use lists. This makes assigning to fields easier in modifier scripts. For example: license = list("GPL2", "LGPL2.1")
2012-04-16modpkg now seems to be in mostly working order.Justin Davis1-18/+273
2012-04-15Fix typo which adds misplaced perl code to PKGBUILD.Justin Davis1-0/+74