diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
| commit | 46ca440e9d6cc606d9c3233021e32d24b25172cf (patch) | |
| tree | eeb573e47ac56498fbf74bda6d22fac47038ecab /repos/core/spm | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/core/spm')
| -rw-r--r-- | repos/core/spm/.files | 3 | ||||
| -rw-r--r-- | repos/core/spm/build | 2 | ||||
| -rw-r--r-- | repos/core/spm/info | 5 |
3 files changed, 10 insertions, 0 deletions
diff --git a/repos/core/spm/.files b/repos/core/spm/.files new file mode 100644 index 00000000..fd7aca0c --- /dev/null +++ b/repos/core/spm/.files @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/spm diff --git a/repos/core/spm/build b/repos/core/spm/build new file mode 100644 index 00000000..f6be0b1a --- /dev/null +++ b/repos/core/spm/build @@ -0,0 +1,2 @@ +install -d $PKG/usr/bin +cp spm $PKG/usr/bin diff --git a/repos/core/spm/info b/repos/core/spm/info new file mode 100644 index 00000000..d00a19f6 --- /dev/null +++ b/repos/core/spm/info @@ -0,0 +1,5 @@ +name=spm +version=20240522 +_commit=8d264397abd36ea832a907f6e88b57f89570cc56 +release=1 +source="$name-$_commit.tar.xz::https://codeberg.org/emmett1/spm/archive/$_commit.tar.gz" |