Skip to content

Commit

Permalink
Merge pull request #138 from AleksArt000/main
Browse files Browse the repository at this point in the history
added gitignore
  • Loading branch information
JohnVictoryz authored Aug 25, 2024
2 parents 17c57f2 + 6ef2718 commit b99ce58
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
all.db
generated.txt
Binary file removed all.db
Binary file not shown.
11 changes: 10 additions & 1 deletion example.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ $NAME-$VERSION.tar.gz https://example.com/$NAME-$VERSION.tar.gz bc968e5286...(s

tar -xzf $NAME-$VERSION.tar.gz

# this is a bash script to build the package

[prepare]

# Usually just configuring and making the package is enough
# If something needs to be ran as root, it should be in the [install] section

./configure --prefix=/usr
make

# this is basically a bash script to install the package

[install]
Expand All @@ -87,7 +97,6 @@ tar -xzf $NAME-$VERSION.tar.gz
# And make provided with $MAKE_FLAGS
# That is usually achived by having:

make
make DESTDIR=$BUILD_ROOT install

# Notice that there is no need to use sudo as
Expand Down
1 change: 0 additions & 1 deletion generated.txt

This file was deleted.

0 comments on commit b99ce58

Please sign in to comment.