Add pkg description, url and license

* Move to mvdan.cc/sh/v3
* Improve RDEPEND parsing
This commit is contained in:
Daniele Rondina
2019-12-15 19:29:27 +01:00
parent 47ba3c51cf
commit 82c9795dc3
15 changed files with 1657 additions and 24 deletions

View File

@@ -120,7 +120,7 @@ var _ = Describe("Recipe", func() {
s := solver.NewSolver(pkg.NewInMemoryDatabase(false), tree, tree)
solution, err := s.Install([]pkg.Package{pack})
Expect(err).ToNot(HaveOccurred())
Expect(len(solution)).To(Equal(10))
Expect(len(solution)).To(Equal(33))
var allSol string
for _, sol := range solution {