summaryrefslogtreecommitdiff
path: root/cs/Gentoo/Custom Ebuild Repo.md
diff options
context:
space:
mode:
authornic <ra@afu.re>2025-05-05 10:59:25 -0400
committernic <ra@afu.re>2025-05-05 10:59:25 -0400
commit21ae09ada9d367994b3a00c14bce5836a806b899 (patch)
tree7572094d84b9c185245c84d3dea90e39932e7dcc /cs/Gentoo/Custom Ebuild Repo.md
parent0567d6cd88c593b7d69df371a9804fa384c4b5d6 (diff)
Auto from nzxt - Mon 05 May 2025 10:59:25 AM EDT
Diffstat (limited to 'cs/Gentoo/Custom Ebuild Repo.md')
-rw-r--r--cs/Gentoo/Custom Ebuild Repo.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/cs/Gentoo/Custom Ebuild Repo.md b/cs/Gentoo/Custom Ebuild Repo.md
new file mode 100644
index 0000000..2a5e3b7
--- /dev/null
+++ b/cs/Gentoo/Custom Ebuild Repo.md
@@ -0,0 +1,26 @@
+# Create the repo
+su
+mkdir -p /var/db/repos/$CUSTOM_EBUILD_REPO_NAME/{metadata,profiles}
+chown -R portage:portage /var/db/repos/localrepo
+
+cd /var/db/repos/$CUSTOM_EBUILD_REPO_NAME/
+
+vim profiles/[[repo_name](repo_name)
+
+vim metadata/[[layout.conf]]
+
+vim /etc/portage/repos.conf/[[$CUSTOM_EBUILD_REPO_NAME.conf]]
+
+# Add ebuilds to repo
+
+mkdir -p sci-visualization/visidata
+
+chown -R portage:portage sci-visualization
+
+cd
+
+wget ebuild_url -O pkg_name-version.ebuild
+
+chown -R portage:portage .ebuild
+
+doas pkgdev manifest -f