mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-13 00:16:45 +02:00
this is only a partial rebuild, including stuff that i built on my personal machine with python 3.12.2; might fail with 3.12.3
27 lines
739 B
Text
27 lines
739 B
Text
# Maintainer:
|
|
pkgname=lfm
|
|
pkgver=3.1
|
|
pkgrel=4
|
|
pkgdesc="Last File Manager"
|
|
url="https://inigo.katxi.org/devel/lfm/"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
depends="py3-setuptools"
|
|
subpackages="$pkgname-doc $pkgname-pyc"
|
|
source="https://inigo.katxi.org/devel/lfm/lfm-$pkgver.tar.gz
|
|
interp.patch
|
|
"
|
|
options="!check" # no tests
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --skip-build --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
9e6142c0d871fe19b4b82e5333e03de562ca87a7498bd7fb496cca27e0b42c56a33913f2a7eb46439447ab7adb4a87da44bfcc1548101e15703aaa21ec105af8 lfm-3.1.tar.gz
|
|
4db0a0fb905a814e9b46a336a3bec3ca651e0eaa8a382d61702f7366dbef6bd4b111d2fd0fa6d0adac827ff3bd8b5dfc9aa8ab1f6a9bc002920f7b1cf888f3c8 interp.patch
|
|
"
|