Skip to content

Commit

Permalink
feat: add graphviz and yasm
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Feb 15, 2022
1 parent f03980e commit c7b0644
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/.local/bin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PROGS := \
bash binutils bison \
cmake coreutils curl \
findutils \
gawk gcc gettext git glib2 glibc gmp grep guile gzip \
gawk gcc gettext git glib2 glibc gmp grep guile gzip graphviz \
inetutils \
libevent libffcall libiconv libressl libtool libunistring lua-format lua \
m4 macports make mpc mpfr \
Expand All @@ -20,6 +20,7 @@ PROGS := \
sed shfmt sqlite3 stow svn \
tar texinfo time tmux \
wget \
yasm \
zsh

GO_PROGS := \
Expand Down Expand Up @@ -56,6 +57,7 @@ gmp: URL:=$(GNU)/gmp/gmp-6.2.1.tar.xz
grep: URL:=$(GNU)/grep/grep-3.7.tar.gz
guile: URL:=$(GNU)/guile/guile-3.0.8.tar.gz
gzip: URL:=$(GNU)/gzip/gzip-1.11.tar.gz
graphviz: URL:=$(GIT)/graphp/graphviz/tarball

inetutils: URL:=$(GNU)/inetutils/inetutils-2.2.tar.gz

Expand Down Expand Up @@ -105,6 +107,8 @@ tmux: URL:=$(GIT)/$(@)/$(@)/tarball

wget: URL:=$(GNU)/wget/wget-latest.tar.gz

yasm: URL:=$(GIT)/yasm/yasm/tarball

zsh: URL:=$(GIT)/zsh-users/zsh/tarball

install : $(PROGS)
Expand Down

0 comments on commit c7b0644

Please sign in to comment.