Function pkgcraft::pkg::ebuild::pkgcraft_pkg_ebuild_license
source · #[no_mangle]
pub unsafe extern "C" fn pkgcraft_pkg_ebuild_license(
p: *mut Pkg<'_>
) -> *mut DepSetExpand description
Return a package’s LICENSE.
Returns NULL on nonexistence.
Safety
The argument must be a non-null Pkg pointer.