comfysage / hayashi

:seedling: a tiny distro-independent package manager written in Go.
3 stars 1 forks source link

package is not added to 'installed' when no pack prop is defined #5

Closed comfysage closed 1 year ago

comfysage commented 1 year ago

When no pack property is defined in a package but the package is installed the package isn't added to the .store.yaml file.

Proposed changes: hayashi should check whether the pack property is empty and should decide to add the package to the store after runnning the installation.