fix make & mise au propre du projet

This commit is contained in:
Puechberty Arthur
2026-06-26 21:54:33 +02:00
parent 9e02e75a98
commit 290da5ed46
12 changed files with 467 additions and 234 deletions
+3 -3
View File
@@ -1,15 +1,15 @@
# Maintainer: Ton Nom <ton.email@example.com>
# Maintainer: Arthur P <contact@arthurp.fr>
pkgname=optifetch
pkgver=1.0.0
pkgrel=1
pkgdesc="Lightweight system info tool written in C"
arch=('x86_64')
url="https://github.com/tonpseudo/optifetch"
url="https://github.com/arthur-pbty/optifetch"
license=('MIT')
depends=('glibc')
makedepends=('gcc' 'make')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
# md5sums=('SKIP') # À remplir si tu release une version fixe
# md5sums=('SKIP') # À remplir si release une version fixe
build() {
cd "$pkgname-$pkgver"
+1 -1
View File
@@ -1,7 +1,7 @@
Source: optifetch
Section: utils
Priority: optional
Maintainer: Ton Nom <ton.email@example.com>
Maintainer: Ton Nom <contact@arthurp.fr>
Build-Depends: gcc, make
Standards-Version: 4.5.0
+1 -1
View File
@@ -3,7 +3,7 @@ Version: 1.0.0
Release: 1%{?dist}
Summary: Lightweight system info tool written in C
License: MIT
URL: https://github.com/tonpseudo/optifetch
URL: https://github.com/arthur-pbty/optifetch
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc