new ebuild app-apps/ktra-0.5.1 - Your Little Cargo Registry.

This commit is contained in:
Micha Glave
2022-01-20 16:05:35 +01:00
parent af917eaf1b
commit b0d11dd3d1
10 changed files with 756 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit acct-user
DESCRIPTION="User for www-apps/ktra"
ACCT_USER_GROUPS=( "ktra" )
ACCT_USER_ID="233"
ACCT_USER_SHELL="/bin/sh"
ACCT_USER_HOME="/var/lib/ktra"
acct-user_add_deps

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>