12 lines
239 B
Text
12 lines
239 B
Text
name="flit"
|
|
version="3.12.0"
|
|
revision=1
|
|
source=("https://github.com/pypa/flit/archive/refs/tags/3.12.0.tar.gz")
|
|
|
|
build() {
|
|
echo "Build function not implemented"
|
|
}
|
|
|
|
pak() {
|
|
echo "Packaging function not implemented"
|
|
}
|