blob: 17c7e9c4f0275c638d526a6eb4d609ba6069ac20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = pkgsync-tui
pkgdesc = Interactive TUI for keeping explicitly-installed packages of two Arch Linux machines in sync
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/NeoLaner/pkgsync
arch = x86_64
license = MIT
makedepends = cargo
depends = gcc-libs
provides = pkgsync
conflicts = pkgsync
source = pkgsync-tui-0.1.0.tar.gz::https://github.com/NeoLaner/pkgsync/archive/refs/tags/v0.1.0.tar.gz
sha256sums = cf330df297aba23439ebd33495228aaed792508fd2ef2415dfef263da4c8d2a3
pkgname = pkgsync-tui
|