add i3 pkg

This commit is contained in:
komeil Parseh 2023-03-16 16:39:56 +03:30
parent c04869fd96
commit 3c70663e1f
No known key found for this signature in database
GPG key ID: 1928AF673B1C4255

View file

@ -1,9 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
pkgname={pkg_name} pkgname="{pkg_name}"
pkgver={pkg_ver} pkgver="{pkg_ver}"
pkgrel=1 pkgrel=1
pkgdesc={pkg_desc} pkgdesc="{pkg_desc}"
arch=("any") arch=("any")
url="https://parchlinux.ir/" url="https://parchlinux.ir/"
license=("GPL") license=("GPL")