index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2024-03-04 23:37:49 +0100 |
---|---|---|
committer | Christian Heusel <christian@heusel.eu> | 2024-03-23 23:57:46 +0100 |
commit | 05bea3e922aa7aec5cba3242d3f34b5c10fad24e (patch) | |
tree | de09c15c36a0860e93eb664f16db694244218cd1 /test/fixture/version/setup/git-custom/PKGBUILD | |
parent | de0ea3b2f839c2f6ba074d7401d2a28118680da0 (diff) |
-rw-r--r-- | test/fixture/version/setup/git-custom/PKGBUILD | 14 |
diff --git a/test/fixture/version/setup/git-custom/PKGBUILD b/test/fixture/version/setup/git-custom/PKGBUILD new file mode 100644 index 0000000..3c70d5f --- /dev/null +++ b/test/fixture/version/setup/git-custom/PKGBUILD @@ -0,0 +1,14 @@ +pkgname=libfakekey +pkgver=0.3 +pkgrel=1 +pkgdesc='X virtual keyboard library.' +arch=('x86_64') +url='https://www.yoctoproject.org/tools-resources/projects/matchbox' +license=('GPL') +depends=('libxtst') +source=("git://git.yoctoproject.org/libfakekey") +sha256sums=('d282fa6481a5b85f71e36e8bad4cfa938cc8eaac4c42ffa27f9203ac634813f4') + +package() { + : +} |