Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWoroschilow committed Jun 15, 2020
0 parents commit 6d687c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SOURCE="https://github.com/vim/vim-appimage/releases/download/v8.2.0981/GVim-v8.2.0981.glibc2.15-x86_64.AppImage"
OUTPUT="GVim.AppImage"

all:
echo "Building: $(OUTPUT)"
rm -f ./$(OUTPUT)
wget --output-document=$(OUTPUT) --continue $(SOURCE)
chmod +x $(OUTPUT)

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# GVim.AppImage

0 comments on commit 6d687c0

Please sign in to comment.