d6o / Gorganizer

Organize your folders into a beautiful classified folder structure with this perfect tool
https://disiqueira.github.io/Gorganizer/
MIT License
352 stars 16 forks source link

Release 0.1 is not packaged correctly #4

Closed Dr-Terrible closed 7 years ago

Dr-Terrible commented 7 years ago

v0.1's tarball doesn't contain any valid source code:

$ tree .
.
├── bin
│   └── gorganizer
├── gorganizer-logo.png
├── LICENSE
├── README.md
└── src
    ├── bolt.go
    ├── defaultdb.go
    ├── gorganizer.go
    └── rules.go

2 directories, 8 files

which prevents me from packaging Gorganizer for Gentoo/Linux, since I get :

can't load package: package github.com/DiSiqueira/Gorganizer: no buildable Go source files in /var/tmp/portage/dev-util/gorganizer-0.1/work/gopath/src/github.com/DiSiqueira/Gorganizer

For the moment I temporarily resolved by pulling in the HEAD of the repository instead of the tarball. Please, meanwhile can you supply a proper tarball release with all the source codes? Thank you :)

p.s.: don't package Gorganizer's executable inside the tarball, it's considered a bad practise.

d6o commented 7 years ago

Just created a 0.2 release, BoltDB was removed and now ini files are used to store user data, also removed gorganizer executable from tarball.

Thank you for this, any other contribution will be welcome :)

Dr-Terrible commented 7 years ago

Thank you @DiSiqueira. I have updated the Gentoo/Linux package for v0.3, and everything is working as expected.

p.s.: you should enlist Gorganizer to Awesome-Go ;)