Update system76-driver package to live build (i.e., 9999)

This commit is contained in:
Sravan Balaji 2024-05-05 09:01:25 -04:00
parent 5338c4e01f
commit cf3b247522
2 changed files with 8 additions and 3 deletions

View File

@ -1 +0,0 @@
DIST system76-driver-20.04.88.tar.gz 97971 BLAKE2B 1759e6349fed8c2eb41a5d11174e7d4aba0639b2e73623203e355afc56667ed5f0a8e32183da76bb40fd1c5410f195695a04c1762012df82adea3093dc83a2eb SHA512 7c5482ee6f56a017af016508ada717b09540c48b58ceb8b00b1592b2728ed062c8e3dc0d7897ea92e62ff4ade265effaa552e323ce7593ede6be4689599053e3

View File

@ -6,11 +6,17 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 systemd virtualx
inherit distutils-r1 systemd virtualx git-r3
DESCRIPTION="Universal driver for System76 computers"
HOMEPAGE="https://github.com/pop-os/system76-driver"
SRC_URI="https://github.com/pop-os/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
EGIT_REPO_URI="https://github.com/pop-os/system76-driver.git"
EGIT_BRANCH="master"
EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
EGIT_SUBMODULES=( '*' )
S="${WORKDIR}/${PN}"
LICENSE="GPL-2+"
SLOT="0"