Skip to content

Commit

Permalink
Merge pull request #150 from AleksArt000/cccp_libspm
Browse files Browse the repository at this point in the history
CCCP/libSPM
  • Loading branch information
ilovethensa authored Oct 21, 2024
2 parents 0ad180a + 9f7f9e3 commit 3f443fd
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions base/src/cccp.ecmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[info]
name = cccp
version = 73702516813366c4aecde79b4240138e070be902
type = src
url= https://github.com/Soviet-Linux/CCCP/

[description]
This is the official package manager of the Soviet Linux Distribution

[dependencies]
libspm

[files]
$NAME-$VERSION.zip https://github.com/Soviet-Linux/CCCP/archive/$VERSION.zip 9c628d101094ac69ddf60a84c129acdcaaa729886a7d1ea8542559d7928ed3c3

[download]
unzip $NAME-$VERSION.zip
mv CCCP-$VERSION $NAME-$VERSION

[install]
make
make DESTDIR=$SOVIET_BUILD_DIR install
22 changes: 22 additions & 0 deletions base/src/libspm.ecmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[info]
name = libspm
version = 966d1cc96baa8d64f198da4d5efd54498b7636fe
type = src
url= https://github.com/Soviet-Linux/libspm/

[description]
SovietLinux's Official Package Management Library

[files]
$NAME-$VERSION.zip https://github.com/Soviet-Linux/libspm/archive/$VERSION.zip bb2786c5b39c49fe50a245cebe175d4fc1052cc14b040348e0f8bd60201da191
cutils-a91260eba0df2f622be2389c04ddb0780a703751.zip https://github.com/Soviet-Linux/cutils/archive/a91260eba0df2f622be2389c04ddb0780a703751.zip 1b790371694ee85c424ffa93f637f677ad07ac159012e618548de5f5ebf4e67d

[download]
unzip $NAME-$VERSION.zip
unzip cutils-a91260eba0df2f622be2389c04ddb0780a703751.zip
mv ./cutils-a91260eba0df2f622be2389c04ddb0780a703751/* ./$NAME-$VERSION/lib/cutils/

[install]
make all
make formats
make DESTDIR=$SOVIET_BUILD_DIR install

0 comments on commit 3f443fd

Please sign in to comment.