Red Rozenglass on Nostr: The Dudette Girl Nothing Them I mirror SBo using git. My package management functions ...
The Dudette Girl Nothing Them (nprofile…dxfh) I mirror SBo using git. My package management functions are basically some ease-of-life around the core of:
# As normal user:
cat *.info slack-desc README # read about the package
. *.info # source its metadata
wget -c $DOWNLOAD # download the source
md5sum filename.tar.gz # check-sum the downloaded file
echo $MD5SUM # compare to the expected value.
fakeroot sh *.SlackBuild # build the package.
# As root:
updatepkg --install-new /tmp/*_SBo.t?z # install the built package.
chown root:root /tmp/*_SBo.tgz # make it owned by root
mv /tmp/*_SBo.tgz /var/cache/packages/slackbuilds/ # store it in my package store.
I also share the pre-built packages between my machines in general, by mirroring them to one of my servers, and downloading them to other machines from there.
Published at
2025-03-25 10:11:56Event JSON
{
"id": "8be2e91708c09043eeda162a0463a1b9d77d924b3fb719ba4d08071bd1f968b1",
"pubkey": "ec9f49eafea9211a5d3c911adc0938d8ead1de1e299634b4ce3c38b681489b8a",
"created_at": 1742897516,
"kind": 1,
"tags": [
[
"p",
"1b031c2d5162b20cd99cc07b5eaa3e3a559b03031f5513df8bf894bbc0b13171",
"wss://relay.mostr.pub"
],
[
"e",
"e0c6914b5f3d6c6cca56030d71c7b2a7b5c8bf9fc2bd719706cb6159cb602bfc",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://fedi.dreamscape.link/rozenglass/p/1742897516.321197",
"activitypub"
]
],
"content": "nostr:nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqrvp3ct23v2eqekvucpa4a2378f2ekqcrra238hutlz2ths93x9csqldxfh I mirror SBo using git. My package management functions are basically some ease-of-life around the core of:\n\n# As normal user:\ncat *.info slack-desc README # read about the package\n. *.info # source its metadata\nwget -c $DOWNLOAD # download the source\nmd5sum filename.tar.gz # check-sum the downloaded file\necho $MD5SUM # compare to the expected value.\nfakeroot sh *.SlackBuild # build the package.\n\n# As root:\nupdatepkg --install-new /tmp/*_SBo.t?z # install the built package.\nchown root:root /tmp/*_SBo.tgz # make it owned by root\nmv /tmp/*_SBo.tgz /var/cache/packages/slackbuilds/ # store it in my package store.\nI also share the pre-built packages between my machines in general, by mirroring them to one of my servers, and downloading them to other machines from there.\n\n",
"sig": "9dab9906356fa79b979c85cbf2b317d3f3f95447b1f065f8dbf8feb56512cc49c2e2b3b88a0ebe638d9163c0428f849dfdf2cd80efee9a0cac6cd4dc7c78b65a"
}