1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

upgpkg: netctl2iwd 0.1.2-2

Remove cargo package info
This commit is contained in:
2024-03-25 08:43:55 +01:00
parent b7a34c9232
commit fcb7a0a4f4
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = netctl2iwd
pkgdesc = Convert your netctl wireless profiles to iwd profiles.
pkgver = 0.1.2
pkgrel = 1
pkgrel = 2
url = https://github.com/bertptrs/netctl2iwd
arch = x86_64
license = MIT
@@ -12,4 +12,3 @@ pkgbase = netctl2iwd
md5sums = dcbff31d50a3731ce19a3c81e6568706
pkgname = netctl2iwd

View File

@@ -1,7 +1,7 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=netctl2iwd
pkgver=0.1.2
pkgrel=1
pkgrel=2
pkgdesc="Convert your netctl wireless profiles to iwd profiles."
arch=(x86_64)
url="https://github.com/bertptrs/netctl2iwd"
@@ -25,6 +25,6 @@ check() {
package() {
cd "$pkgname-$pkgver"
cargo install --path . --root "$pkgdir/usr"
rm "$pkgdir/usr/.crates.toml"
rm "$pkgdir/usr/.crates.toml" "$pkgdir/usr/.crates2.json"
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m 644 LICENSE
}