Commit bed70259 authored by iv's avatar iv

Change license and fix ebuild's 'files' dir, sources (S variable in the ebuild), unknown parameter.

https://devmanual.gentoo.org/ebuild-writing/variables/
parent 45d3ee22
{
"DefaultSearchProviderName": "DuckDuckGo",
"DefaultSearchProviderSearchURL": "https://duckduckgo.com/?q={searchTerms}",
"DefaultSearchProviderEncodings": "UTF-8",
}
......@@ -3,7 +3,8 @@ EAPI="4"
DESCRIPTION="Set up NayuOS-specific policies for chromium"
HOMEPAGE="https://www.nayuos.com/"
LICENSE="MIT"
S="${WORKDIR}"
LICENSE="GPL"
SLOT="0"
KEYWORDS="*"
IUSE=""
......@@ -16,5 +17,5 @@ src_install()
dodir /etc/chromium/policies/recommended
insinto /etc/chromium/policies/recommended
doins files/nayuos_policy.json
doins ${FILESDIR}/nayuos_policy.json
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment