hey guys, can someone please help me with the following task?
I would like to download a Github package, modify it, create a Manjaro package from it and then upload it to a repository.
-
first I cloned the project
git clone https://gitlab.manjaro.org/artwork/wallpapers/wallpapers-2018 -
I edited the files ...
-
Does anyone have an idea how I can use this data to create a full Manjaro package?
At first I thought with mkdir build, cd build and cmake ../, but it probably doesn't work!
would appreciate an answer, A.