diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c65b111 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +all.db +generated.txt \ No newline at end of file diff --git a/all.db b/all.db deleted file mode 100644 index 86070e6..0000000 Binary files a/all.db and /dev/null differ diff --git a/example.ecmp b/example.ecmp index 3b307b0..62596de 100644 --- a/example.ecmp +++ b/example.ecmp @@ -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] @@ -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 diff --git a/generated.txt b/generated.txt deleted file mode 100644 index e7ecab5..0000000 --- a/generated.txt +++ /dev/null @@ -1 +0,0 @@ -Wed Jul 24 16:12:34 UTC 2024