smcameron / wordwarvi

Word War vi is a retro-styled old school side scrolling shooter reminiscent of Defender or Scramble, with an "Emacs vs. vi" theme. See: http://smcameron.github.io/wordwarvi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create release tag

jeebak opened this issue · comments

Hi there. I've created a Homebrew Formula for wordwarvi that builds cleanly, but the Homebrew contribution guidelines requires a "v1.2.3" type version number instead of specifying the "master" branch of this repo. I tried using the "wordwarvi-1.00.tar.gz" file from the sourceforge download page but the code there is quite older than what's currently in "master" and would not build under OSX in its current state. At your leisure, could a "v1.2.3" type tag be created? It's be much appreciated.

Thanks!

HI,

I created tag 'v1.0.2' and made the version number the code reports match.

https://github.com/smcameron/wordwarvi/releases

74eb004

-- steve

On Fri, Mar 11, 2016 at 12:30 AM, jeebak notifications@github.com wrote:

Hi there. I've created a Homebrew Formula for wordwarvi that builds
cleanly, but the Homebrew contribution guidelines requires a "v1.2.3" type
version number instead of specifying the "master" branch of this repo. I
tried using the "wordwarvi-1.00.tar.gz" file from the sourceforge download
page but the code there is quite older than what's currently in "master"
and would not build under OSX in its current state. At your leisure, could
a "v1.2.3" type tag be created? It's be much appreciated.

Thanks!


Reply to this email directly or view it on GitHub
#2.

Most awesome! I'll update if/when the Formula is accepted.

Thanks!

On Fri, Mar 11, 2016 at 7:26 AM, smcameron notifications@github.com wrote:

HI,

I created tag 'v1.0.2' and made the version number the code reports match.

https://github.com/smcameron/wordwarvi/releases

74eb004

-- steve

On Fri, Mar 11, 2016 at 12:30 AM, jeebak notifications@github.com wrote:

Hi there. I've created a Homebrew Formula for wordwarvi that builds
cleanly, but the Homebrew contribution guidelines requires a "v1.2.3"
type
version number instead of specifying the "master" branch of this repo. I
tried using the "wordwarvi-1.00.tar.gz" file from the sourceforge
download
page but the code there is quite older than what's currently in "master"
and would not build under OSX in its current state. At your leisure,
could
a "v1.2.3" type tag be created? It's be much appreciated.

Thanks!


Reply to this email directly or view it on GitHub
#2.


Reply to this email directly or view it on GitHub
#2 (comment).

I put in the PR with homebrew here: Homebrew/legacy-homebrew#50042 ... but unfortunately, they decided to pass on it.

I put the formula on my on personal homebrew tap, if anybody'd want it: https://github.com/jeebak/homebrew-jeebak/blob/master/Formula/wordwarvi.rb

It passed all the Jenkins automated build tests under mavericks, yosemite, and el capitan, fwiw.

Thanks!