Diff android-file-transfer-linux-4.5-r1 with a android-file-transfer-linux-9999
| /usr/portage/sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild 2026-06-23 19:41:04.241562564 +0300 | ||
|---|---|---|
| 14 | 14 |
EGIT_REPO_URI="https://github.com/whoozle/android-file-transfer-linux.git" |
| 15 | 15 |
else |
| 16 | 16 |
SRC_URI="https://github.com/whoozle/android-file-transfer-linux/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
| 17 |
KEYWORDS="amd64 ~riscv ~x86" |
|
| 17 |
KEYWORDS="~amd64 ~riscv ~x86" |
|
| 18 | 18 |
fi |
| 19 | 19 | |
| 20 | 20 |
LICENSE="LGPL-2.1" |
| ... | ... | |
| 73 | 73 |
echo "from .aftl import *" > "${BUILD_DIR}"/python/__init__.py || die
|
| 74 | 74 |
python_moduleinto aftl |
| 75 | 75 |
python_domodule "${BUILD_DIR}"/python/{__init__.py,*.so}
|
| 76 |
rm "${ED}"/usr/aftl.cpython-*.so || die
|
|
| 76 | 77 |
fi |
| 77 | 78 |
} |