mirror of
https://github.com/arthur-pbty/optifetch.git
synced 2026-08-01 20:29:33 +02:00
fix make & mise au propre du projet
This commit is contained in:
+3
-3
@@ -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,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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user